Package | Description |
---|---|
com.verisign.epp.codec.fee.v09 |
Fee Extension v09 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPFeeCredit> |
EPPFeeTransformResult.getCredits()
Gets the list of credits if defined.
|
java.util.List<EPPFeeCredit> |
EPPFeeObjectResult.getCredits()
Gets the list of credits if defined.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeTransformResult.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits.
|
void |
EPPFeeObjectResult.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeTransformResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits.
|
void |
EPPFeeObjectResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits.
|
Constructor and Description |
---|
EPPFeeDelData(java.lang.String aCurrency,
EPPFeeCredit aCredit)
Constructor for
EPPFeeDelData that takes the required
currency parameter along with a single credit. |
EPPFeeTransformResult(java.lang.String aCurrency,
EPPFeeCredit aCredit)
Constructor for
EPPFeeTransformResult that takes the
required currency parameter along with a single credit. |
Constructor and Description |
---|
EPPFeeCreData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for
EPPFeeCreData that takes all attributes. |
EPPFeeDelData(java.lang.String aCurrency,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for
EPPFeeDelData that takes all attributes. |
EPPFeeObjectResult(java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification,
java.lang.String aObjElement)
Constructor for
EPPFeeObjectResult that takes all
attributes. |
EPPFeeRenData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for
EPPFeeRenData that takes all attributes. |
EPPFeeTransformResult(java.lang.String aCurrency,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit,
java.util.List<EPPFeeCredit> aCredits)
Constructor for
EPPFeeTransformResult that takes all
attributes that includes credits. |
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. |
EPPFeeUpdData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for
EPPFeeUpdData that takes all attributes. |
Copyright © VeriSign Inc. All Rights Reserved.