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