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

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

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

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

Fields in net.authorize.api.contract.v1 declared as CustomerAddressType
protected  CustomerAddressType CreateCustomerShippingAddressRequest.address
           
protected  CustomerAddressType TransactionRequestType.billTo
           
protected  CustomerAddressType TransactionDetailsType.billTo
           
protected  CustomerAddressType CustomerPaymentProfileBaseType.billTo
           
 

Fields in net.authorize.api.contract.v1 with type parameters of type CustomerAddressType
protected  List<CustomerAddressType> CustomerProfileType.shipToList
           
 

Methods in net.authorize.api.contract.v1 that return CustomerAddressType
 CustomerAddressType ObjectFactory.createCustomerAddressType()
          Create an instance of CustomerAddressType
 CustomerAddressType CreateCustomerShippingAddressRequest.getAddress()
          Gets the value of the address property.
 CustomerAddressType TransactionRequestType.getBillTo()
          Gets the value of the billTo property.
 CustomerAddressType TransactionDetailsType.getBillTo()
          Gets the value of the billTo property.
 CustomerAddressType CustomerPaymentProfileBaseType.getBillTo()
          Gets the value of the billTo property.
 

Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerAddressType
 List<CustomerAddressType> CustomerProfileType.getShipToList()
          Gets the value of the shipToList property.
 

Methods in net.authorize.api.contract.v1 with parameters of type CustomerAddressType
 void CreateCustomerShippingAddressRequest.setAddress(CustomerAddressType value)
          Sets the value of the address property.
 void TransactionRequestType.setBillTo(CustomerAddressType value)
          Sets the value of the billTo property.
 void TransactionDetailsType.setBillTo(CustomerAddressType value)
          Sets the value of the billTo property.
 void CustomerPaymentProfileBaseType.setBillTo(CustomerAddressType value)
          Sets the value of the billTo property.
 



Copyright © 2014. All Rights Reserved.