public class DomainCheckFeeCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Check command, representing the Check Domain aspect of the Domain Name Fee Extension.
Use this to acknowledge the price associated with this domain name as part of an EPP Domain Check command compliant with RFC5730 and RFC5731. The "currency", "name", "command" and "period" 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 Check Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainCheckFeeCommandExtension(java.util.List<FeeCheckData> feeCds) |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
public DomainCheckFeeCommandExtension(java.util.List<FeeCheckData> feeCds)
public void addToCommand(Command command)
addToCommand
in interface CommandExtension