public class DomainTransferRequestPriceV1_2CommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Transfer command, representing the Transfer 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 Transfer 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 one year. The response expected from a server should be handled by a Domain Transfer Response object.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainTransferRequestPriceV1_2CommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setPrice(java.math.BigDecimal price) |
public DomainTransferRequestPriceV1_2CommandExtension()
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPrice(java.math.BigDecimal price)