Package | Description |
---|---|
com.verisign.epp.codec.fee.v23 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
EPPFeePeriod |
EPPFeeTransformResult.getPeriod()
Gets the period value.
|
EPPFeePeriod |
EPPFeeCommand.getPeriod()
Gets the period value.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeTransformResult.setPeriod(EPPFeePeriod aPeriod)
Sets the period value.
|
void |
EPPFeeCommand.setPeriod(EPPFeePeriod aPeriod)
Sets the optional period value.
|
Constructor and Description |
---|
EPPFeeCommand(Command aCommand,
EPPFeePeriod aPeriod)
Create
EPPFeeCommand instance with a defined command value and period. |
EPPFeeCommand(Command aCommand,
java.lang.String aCustomName,
Phase aPhase,
java.lang.String aSubPhase,
EPPFeePeriod aPeriod)
Create
EPPFeeCommand instance with a defined command value
and custom name value. |
EPPFeeCommandData(Command aCommand,
java.lang.String aCustomName,
Phase aPhase,
java.lang.String aSubPhase,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification,
java.lang.String aReason,
java.lang.String aLanguage)
Create
EPPFeeCommand instance with all attributes. |
EPPFeeTrnData(java.lang.String aCurrency,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits)
Constructor for
EPPFeeTrnData that takes all transfer query
response attributes. |
Copyright © VeriSign Inc. All Rights Reserved.