Uses of Class
net.authorize.api.contract.v1.CustomerDataType
-
Packages that use CustomerDataType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerDataType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerDataType Modifier and Type Field Description protected CustomerDataTypeTransactionDetailsType. customerprotected CustomerDataTypeTransactionRequestType. customerMethods in net.authorize.api.contract.v1 that return CustomerDataType Modifier and Type Method Description CustomerDataTypeObjectFactory. createCustomerDataType()Create an instance ofCustomerDataTypeCustomerDataTypeTransactionDetailsType. getCustomer()Gets the value of the customer property.CustomerDataTypeTransactionRequestType. getCustomer()Gets the value of the customer property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerDataType Modifier and Type Method Description voidTransactionDetailsType. setCustomer(CustomerDataType value)Sets the value of the customer property.voidTransactionRequestType. setCustomer(CustomerDataType value)Sets the value of the customer property.
-