Uses of Class
net.authorize.api.contract.v1.CustomerProfileTypeEnum
-
Packages that use CustomerProfileTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerProfileTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerProfileTypeEnum Modifier and Type Field Description protected CustomerProfileTypeEnumCreateCustomerProfileFromTransactionRequest. profileTypeprotected CustomerProfileTypeEnumCustomerProfileInfoExType. profileTypeprotected CustomerProfileTypeEnumCustomerProfileMaskedType. profileTypeprotected CustomerProfileTypeEnumCustomerProfileType. profileTypeMethods in net.authorize.api.contract.v1 that return CustomerProfileTypeEnum Modifier and Type Method Description static CustomerProfileTypeEnumCustomerProfileTypeEnum. fromValue(String v)CustomerProfileTypeEnumCreateCustomerProfileFromTransactionRequest. getProfileType()Gets the value of the profileType property.CustomerProfileTypeEnumCustomerProfileInfoExType. getProfileType()Gets the value of the profileType property.CustomerProfileTypeEnumCustomerProfileMaskedType. getProfileType()Gets the value of the profileType property.CustomerProfileTypeEnumCustomerProfileType. getProfileType()Gets the value of the profileType property.static CustomerProfileTypeEnumCustomerProfileTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerProfileTypeEnum[]CustomerProfileTypeEnum. 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 CustomerProfileTypeEnum Modifier and Type Method Description voidCreateCustomerProfileFromTransactionRequest. setProfileType(CustomerProfileTypeEnum value)Sets the value of the profileType property.voidCustomerProfileInfoExType. setProfileType(CustomerProfileTypeEnum value)Sets the value of the profileType property.voidCustomerProfileMaskedType. setProfileType(CustomerProfileTypeEnum value)Sets the value of the profileType property.voidCustomerProfileType. setProfileType(CustomerProfileTypeEnum value)Sets the value of the profileType property.
-