|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeeCredit | |
---|---|
com.verisign.epp.codec.fee.v06 | Fee Extension v06 packet encoder and decoder classes (CODEC). |
Uses of EPPFeeCredit in com.verisign.epp.codec.fee.v06 |
---|
Methods in com.verisign.epp.codec.fee.v06 that return types with arguments of type EPPFeeCredit | |
---|---|
java.util.List<EPPFeeCredit> |
EPPFeeTransformResult.getCredits()
Gets the list of credits if defined. |
Methods in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeCredit | |
---|---|
void |
EPPFeeTransformResult.addCredit(EPPFeeCredit aCredit)
Adds a credit to the list of credits. |
Method parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeCredit | |
---|---|
void |
EPPFeeTransformResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
Sets the list of credits. |
Constructors in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeCredit | |
---|---|
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 parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeCredit | |
---|---|
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. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |