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

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

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

Methods in com.verisign.epp.codec.fee.v08 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> EPPFeeDomainResult.getCredits()
          Gets the list of credits if defined.
 

Methods in com.verisign.epp.codec.fee.v08 with parameters of type EPPFeeCredit
 void EPPFeeTransformResult.addCredit(EPPFeeCredit aCredit)
          Adds a credit to the list of credits.
 void EPPFeeDomainResult.addCredit(EPPFeeCredit aCredit)
          Adds a credit to the list of credits.
 

Method parameters in com.verisign.epp.codec.fee.v08 with type arguments of type EPPFeeCredit
 void EPPFeeTransformResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
          Sets the list of credits.
 void EPPFeeDomainResult.setCredits(java.util.List<EPPFeeCredit> aCredits)
          Sets the list of credits.
 

Constructors in com.verisign.epp.codec.fee.v08 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.v08 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.
EPPFeeDomainResult(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.lang.String aClassification)
          Constructor for EPPFeeDomainResult 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.