Uses of Class
app.cybrid.cybrid_api_bank.client.model.FeeBankModel.TypeEnum
-
Packages that use FeeBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of FeeBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return FeeBankModel.TypeEnum Modifier and Type Method Description static FeeBankModel.TypeEnumFeeBankModel.TypeEnum. fromValue(String value)FeeBankModel.TypeEnumFeeBankModel. getType()The fee's typestatic FeeBankModel.TypeEnumFeeBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeeBankModel.TypeEnum[]FeeBankModel.TypeEnum. 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 FeeBankModel.TypeEnum Modifier and Type Method Description voidFeeBankModel. setType(FeeBankModel.TypeEnum type)FeeBankModelFeeBankModel. type(FeeBankModel.TypeEnum type)
-