public class DomainApplicationFeeCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Create Premium Domain aspect of the Domain Name Fee Extension during a launch phase to create an application.
Use this to acknowledge the price associated with this domain name as part of an EPP Domain Create command compliant with RFC5730 and RFC5731. The "currency", "applicationFee", "allocationFee" and "registrationFee" values supplied, should match the fees that are set for the domain name for the requested period. The response expected from a server should be handled by a Domain Create Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainApplicationFeeCommandExtension(java.math.BigDecimal applicationFee,
java.math.BigDecimal allocationFee,
java.math.BigDecimal registrationFee,
java.lang.String currency) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
public DomainApplicationFeeCommandExtension(java.math.BigDecimal applicationFee, java.math.BigDecimal allocationFee, java.math.BigDecimal registrationFee, java.lang.String currency)
public void addToCommand(Command command)
addToCommand
in interface CommandExtension