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

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

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

Fields in net.authorize.api.contract.v1 declared as CustomerDataType
protected  CustomerDataType TransactionRequestType.customer
           
protected  CustomerDataType TransactionDetailsType.customer
           
 

Methods in net.authorize.api.contract.v1 that return CustomerDataType
 CustomerDataType ObjectFactory.createCustomerDataType()
          Create an instance of CustomerDataType
 CustomerDataType TransactionRequestType.getCustomer()
          Gets the value of the customer property.
 CustomerDataType TransactionDetailsType.getCustomer()
          Gets the value of the customer property.
 

Methods in net.authorize.api.contract.v1 with parameters of type CustomerDataType
 void TransactionRequestType.setCustomer(CustomerDataType value)
          Sets the value of the customer property.
 void TransactionDetailsType.setCustomer(CustomerDataType value)
          Sets the value of the customer property.
 



Copyright © 2014. All Rights Reserved.