public class DomainRestoreRequestPriceV1_1CommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Restore Request command, representing the Restore 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 Restore Request command compliant with RFC5730 and RFC5731. The "price" value is optional, but if it is supplied, should match the restore fee that is set for the domain name. The response expected from a server should be handled by a Domain Transfer Response object.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainRestoreRequestPriceV1_1CommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setPrice(java.math.BigDecimal price) |
public DomainRestoreRequestPriceV1_1CommandExtension()
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPrice(java.math.BigDecimal price)