Uses of Class
net.authorize.api.contract.v1.CustomerPaymentProfileSearchTypeEnum
-
Packages that use CustomerPaymentProfileSearchTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerPaymentProfileSearchTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerPaymentProfileSearchTypeEnum Modifier and Type Field Description protected CustomerPaymentProfileSearchTypeEnumGetCustomerPaymentProfileListRequest. searchTypeMethods in net.authorize.api.contract.v1 that return CustomerPaymentProfileSearchTypeEnum Modifier and Type Method Description static CustomerPaymentProfileSearchTypeEnumCustomerPaymentProfileSearchTypeEnum. fromValue(String v)CustomerPaymentProfileSearchTypeEnumGetCustomerPaymentProfileListRequest. getSearchType()Gets the value of the searchType property.static CustomerPaymentProfileSearchTypeEnumCustomerPaymentProfileSearchTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerPaymentProfileSearchTypeEnum[]CustomerPaymentProfileSearchTypeEnum. 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 CustomerPaymentProfileSearchTypeEnum Modifier and Type Method Description voidGetCustomerPaymentProfileListRequest. setSearchType(CustomerPaymentProfileSearchTypeEnum value)Sets the value of the searchType property.
-