Uses of Class
app.cybrid.cybrid_api_bank.client.model.TransferDestinationAccountBankModel
-
Packages that use TransferDestinationAccountBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TransferDestinationAccountBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TransferDestinationAccountBankModel Modifier and Type Method Description TransferDestinationAccountBankModelTransferDestinationAccountBankModel. bankGuid(String bankGuid)TransferDestinationAccountBankModelTransferDestinationAccountBankModel. customerGuid(String customerGuid)TransferDestinationAccountBankModelTransferBankModel. getDestinationAccount()Get destinationAccountTransferDestinationAccountBankModelTransferDestinationAccountBankModel. guid(String guid)TransferDestinationAccountBankModelTransferDestinationAccountBankModel. type(String type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type TransferDestinationAccountBankModel Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<TransferDestinationAccountBankModel>TransferBankModel. getDestinationAccount_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type TransferDestinationAccountBankModel Modifier and Type Method Description TransferBankModelTransferBankModel. destinationAccount(TransferDestinationAccountBankModel destinationAccount)voidTransferBankModel. setDestinationAccount(TransferDestinationAccountBankModel destinationAccount)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type TransferDestinationAccountBankModel Modifier and Type Method Description voidTransferBankModel. setDestinationAccount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TransferDestinationAccountBankModel> destinationAccount)
-