public class DomainRenewPriceCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Renew command, representing the Renew Premium Domain aspect of the Domain Name Price extension.
Use this to acknowledge the price associated with this domain name as part of an EPP Domain Renew command compliant with RFC5730 and RFC5731. The "renewal price" value is optional, but if it is supplied, should match the renewal fee that is set for the domain name for the requested period. The response expected from a server should be handled by a Domain Renew Response object.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainRenewPriceCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setRenewalPrice(java.math.BigDecimal renewalPrice) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setRenewalPrice(java.math.BigDecimal renewalPrice)