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

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

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

Subclasses of NameAndAddressType in net.authorize.api.contract.v1
 class CustomerAddressExType
          Java class for customerAddressExType complex type.
 class CustomerAddressType
          Java class for customerAddressType complex type.
 

Fields in net.authorize.api.contract.v1 declared as NameAndAddressType
protected  NameAndAddressType ARBSubscriptionType.billTo
           
protected  NameAndAddressType TransactionResponse.shipTo
           
protected  NameAndAddressType TransactionRequestType.shipTo
           
protected  NameAndAddressType TransactionDetailsType.shipTo
           
protected  NameAndAddressType ARBSubscriptionType.shipTo
           
 

Methods in net.authorize.api.contract.v1 that return NameAndAddressType
 NameAndAddressType ObjectFactory.createNameAndAddressType()
          Create an instance of NameAndAddressType
 NameAndAddressType ARBSubscriptionType.getBillTo()
          Gets the value of the billTo property.
 NameAndAddressType TransactionResponse.getShipTo()
          Gets the value of the shipTo property.
 NameAndAddressType TransactionRequestType.getShipTo()
          Gets the value of the shipTo property.
 NameAndAddressType TransactionDetailsType.getShipTo()
          Gets the value of the shipTo property.
 NameAndAddressType ARBSubscriptionType.getShipTo()
          Gets the value of the shipTo property.
 

Methods in net.authorize.api.contract.v1 with parameters of type NameAndAddressType
 void ARBSubscriptionType.setBillTo(NameAndAddressType value)
          Sets the value of the billTo property.
 void TransactionResponse.setShipTo(NameAndAddressType value)
          Sets the value of the shipTo property.
 void TransactionRequestType.setShipTo(NameAndAddressType value)
          Sets the value of the shipTo property.
 void TransactionDetailsType.setShipTo(NameAndAddressType value)
          Sets the value of the shipTo property.
 void ARBSubscriptionType.setShipTo(NameAndAddressType value)
          Sets the value of the shipTo property.
 



Copyright © 2014. All Rights Reserved.