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