Uses of Class
app.cybrid.cybrid_api_bank.client.model.TransferSourceAccountBankModel.TypeEnum
-
Packages that use TransferSourceAccountBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TransferSourceAccountBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TransferSourceAccountBankModel.TypeEnum Modifier and Type Method Description static TransferSourceAccountBankModel.TypeEnumTransferSourceAccountBankModel.TypeEnum. fromValue(String value)TransferSourceAccountBankModel.TypeEnumTransferSourceAccountBankModel. getType()The type of transfer account.static TransferSourceAccountBankModel.TypeEnumTransferSourceAccountBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferSourceAccountBankModel.TypeEnum[]TransferSourceAccountBankModel.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 TransferSourceAccountBankModel.TypeEnum Modifier and Type Method Description voidTransferSourceAccountBankModel. setType(TransferSourceAccountBankModel.TypeEnum type)TransferSourceAccountBankModelTransferSourceAccountBankModel. type(TransferSourceAccountBankModel.TypeEnum type)
-