Package | Description |
---|---|
com.verisign.epp.codec.fee.v23 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Class and Description |
---|---|
class |
EPPFeeCommandData
The command data included in a check response, that includes:
command, customName, phase, subphase, and period from the base EPPFeeCommand
fees
credits
classification
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPFeeCommand> |
EPPFeeCheck.getCommands()
Gets the list of commands if defined.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeCheck.addCommand(EPPFeeCommand aCommand)
Adds a command to the list of commands.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeCheck.setCommands(java.util.List<EPPFeeCommand> aCommands)
Sets the list of commands.
|
Constructor and Description |
---|
EPPFeeCheck(EPPFeeCommand aCommand)
Constructor for
EPPFeeCheck that takes a single command. |
EPPFeeCheck(EPPFeeCommand aCommand,
java.lang.String aCurrency)
Constructor for
EPPFeeCheck that takes a single command
attribute and the optional currency. |
EPPFeeCommand(EPPFeeCommand aCommand)
Instantiate instance using an existing
EPPFeeCommand instance. |
EPPFeeCommandData(EPPFeeCommand aCommand)
Instantiate instance by using an existing
EPPFeeCommand
instance. |
Constructor and Description |
---|
EPPFeeCheck(java.util.List<EPPFeeCommand> aCommands)
Constructor for
EPPFeeCheck that takes a list of commands. |
EPPFeeCheck(java.util.List<EPPFeeCommand> aCommands,
java.lang.String aCurrency)
Constructor for
EPPFeeCheck that takes a list of commands
attribute and the optional currency. |
Copyright © VeriSign Inc. All Rights Reserved.