public class DomainRenewPriceV1_2CommandExtension 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 "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 |
---|
DomainRenewPriceV1_2CommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setPrice(java.math.BigDecimal price) |
public DomainRenewPriceV1_2CommandExtension()
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPrice(java.math.BigDecimal price)