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

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

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

Fields in net.authorize.api.contract.v1 declared as CustomerTypeEnum
protected  CustomerTypeEnum CustomerPaymentProfileBaseType.customerType
           
protected  CustomerTypeEnum CustomerType.type
           
protected  CustomerTypeEnum CustomerDataType.type
           
 

Methods in net.authorize.api.contract.v1 that return CustomerTypeEnum
static CustomerTypeEnum CustomerTypeEnum.fromValue(String v)
           
 CustomerTypeEnum CustomerPaymentProfileBaseType.getCustomerType()
          Gets the value of the customerType property.
 CustomerTypeEnum CustomerType.getType()
          Gets the value of the type property.
 CustomerTypeEnum CustomerDataType.getType()
          Gets the value of the type property.
static CustomerTypeEnum CustomerTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomerTypeEnum[] CustomerTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.authorize.api.contract.v1 with parameters of type CustomerTypeEnum
 void CustomerPaymentProfileBaseType.setCustomerType(CustomerTypeEnum value)
          Sets the value of the customerType property.
 void CustomerType.setType(CustomerTypeEnum value)
          Sets the value of the type property.
 void CustomerDataType.setType(CustomerTypeEnum value)
          Sets the value of the type property.
 



Copyright © 2014. All Rights Reserved.