Uses of Class
app.cybrid.cybrid_api_bank.client.model.CustomerBankModel.CustomerTypeEnum
-
Packages that use CustomerBankModel.CustomerTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of CustomerBankModel.CustomerTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return CustomerBankModel.CustomerTypeEnum Modifier and Type Method Description static CustomerBankModel.CustomerTypeEnumCustomerBankModel.CustomerTypeEnum. fromValue(String value)CustomerBankModel.CustomerTypeEnumCustomerBankModel. getCustomerType()The customer's type.static CustomerBankModel.CustomerTypeEnumCustomerBankModel.CustomerTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerBankModel.CustomerTypeEnum[]CustomerBankModel.CustomerTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type CustomerBankModel.CustomerTypeEnum Modifier and Type Method Description CustomerBankModelCustomerBankModel. customerType(CustomerBankModel.CustomerTypeEnum customerType)voidCustomerBankModel. setCustomerType(CustomerBankModel.CustomerTypeEnum customerType)
-