Uses of Class
net.authorize.data.xml.CustomerType

Packages that use CustomerType
net.authorize.data.cim   
net.authorize.data.xml   
 

Uses of CustomerType in net.authorize.data.cim
 

Fields in net.authorize.data.cim declared as CustomerType
protected  CustomerType PaymentProfile.customerType
           
 

Methods in net.authorize.data.cim that return CustomerType
 CustomerType PaymentProfile.getCustomerType()
          Gets the value of the customerType property.
 

Methods in net.authorize.data.cim with parameters of type CustomerType
 void PaymentProfile.setCustomerType(CustomerType value)
          Sets the value of the customerType property.
 

Uses of CustomerType in net.authorize.data.xml
 

Methods in net.authorize.data.xml that return CustomerType
static CustomerType CustomerType.findByName(String name)
          Lookup a CustomerType by it's name.
 CustomerType Customer.getCustomerType()
           
static CustomerType CustomerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomerType[] CustomerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.authorize.data.xml with parameters of type CustomerType
 void Customer.setCustomerType(CustomerType type)
           
 



Copyright © 2014. All Rights Reserved.