Uses of Class
com.verisign.epp.codec.fee.v09.EPPFeeCredit

Packages that use EPPFeeCredit
com.verisign.epp.codec.fee.v09 Fee Extension v09 packet encoder and decoder classes (CODEC). 
 

Uses of EPPFeeCredit in com.verisign.epp.codec.fee.v09
 

Methods in com.verisign.epp.codec.fee.v09 that return types with arguments of type EPPFeeCredit
 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.
 

Methods in com.verisign.epp.codec.fee.v09 with parameters of type EPPFeeCredit
 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.
 

Method parameters in com.verisign.epp.codec.fee.v09 with type arguments of type EPPFeeCredit
 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.
 

Constructors in com.verisign.epp.codec.fee.v09 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.v09 with type arguments of type EPPFeeCredit
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.