Uses of Class
net.authorize.api.contract.v1.ExtendedAmountType

Packages that use ExtendedAmountType
net.authorize.api.contract.v1   
 

Uses of ExtendedAmountType in net.authorize.api.contract.v1
 

Fields in net.authorize.api.contract.v1 declared as ExtendedAmountType
protected  ExtendedAmountType TransactionRequestType.duty
           
protected  ExtendedAmountType TransactionDetailsType.duty
           
protected  ExtendedAmountType ProfileTransAmountType.duty
           
protected  ExtendedAmountType TransactionRequestType.shipping
           
protected  ExtendedAmountType TransactionDetailsType.shipping
           
protected  ExtendedAmountType ProfileTransAmountType.shipping
           
protected  ExtendedAmountType TransactionRequestType.tax
           
protected  ExtendedAmountType TransactionDetailsType.tax
           
protected  ExtendedAmountType ProfileTransAmountType.tax
           
 

Methods in net.authorize.api.contract.v1 that return ExtendedAmountType
 ExtendedAmountType ObjectFactory.createExtendedAmountType()
          Create an instance of ExtendedAmountType
 ExtendedAmountType TransactionRequestType.getDuty()
          Gets the value of the duty property.
 ExtendedAmountType TransactionDetailsType.getDuty()
          Gets the value of the duty property.
 ExtendedAmountType ProfileTransAmountType.getDuty()
          Gets the value of the duty property.
 ExtendedAmountType TransactionRequestType.getShipping()
          Gets the value of the shipping property.
 ExtendedAmountType TransactionDetailsType.getShipping()
          Gets the value of the shipping property.
 ExtendedAmountType ProfileTransAmountType.getShipping()
          Gets the value of the shipping property.
 ExtendedAmountType TransactionRequestType.getTax()
          Gets the value of the tax property.
 ExtendedAmountType TransactionDetailsType.getTax()
          Gets the value of the tax property.
 ExtendedAmountType ProfileTransAmountType.getTax()
          Gets the value of the tax property.
 

Methods in net.authorize.api.contract.v1 with parameters of type ExtendedAmountType
 void TransactionRequestType.setDuty(ExtendedAmountType value)
          Sets the value of the duty property.
 void TransactionDetailsType.setDuty(ExtendedAmountType value)
          Sets the value of the duty property.
 void ProfileTransAmountType.setDuty(ExtendedAmountType value)
          Sets the value of the duty property.
 void TransactionRequestType.setShipping(ExtendedAmountType value)
          Sets the value of the shipping property.
 void TransactionDetailsType.setShipping(ExtendedAmountType value)
          Sets the value of the shipping property.
 void ProfileTransAmountType.setShipping(ExtendedAmountType value)
          Sets the value of the shipping property.
 void TransactionRequestType.setTax(ExtendedAmountType value)
          Sets the value of the tax property.
 void TransactionDetailsType.setTax(ExtendedAmountType value)
          Sets the value of the tax property.
 void ProfileTransAmountType.setTax(ExtendedAmountType value)
          Sets the value of the tax property.
 



Copyright © 2014. All Rights Reserved.