Uses of Class
net.authorize.api.contract.v1.CustomerTypeEnum
-
Packages that use CustomerTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerTypeEnum Modifier and Type Field Description protected CustomerTypeEnumCustomerPaymentProfileBaseType. customerTypeprotected CustomerTypeEnumCustomerDataType. typeprotected CustomerTypeEnumCustomerType. typeMethods in net.authorize.api.contract.v1 that return CustomerTypeEnum Modifier and Type Method Description static CustomerTypeEnumCustomerTypeEnum. fromValue(String v)CustomerTypeEnumCustomerPaymentProfileBaseType. getCustomerType()Gets the value of the customerType property.CustomerTypeEnumCustomerDataType. getType()Gets the value of the type property.CustomerTypeEnumCustomerType. getType()Gets the value of the type property.static CustomerTypeEnumCustomerTypeEnum. 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 Modifier and Type Method Description voidCustomerPaymentProfileBaseType. setCustomerType(CustomerTypeEnum value)Sets the value of the customerType property.voidCustomerDataType. setType(CustomerTypeEnum value)Sets the value of the type property.voidCustomerType. setType(CustomerTypeEnum value)Sets the value of the type property.
-