Uses of Class
app.cybrid.cybrid_api_bank.client.model.TransferParticipantBankModel
-
Packages that use TransferParticipantBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TransferParticipantBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TransferParticipantBankModel Modifier and Type Method Description TransferParticipantBankModelTransferParticipantBankModel. amount(BigInteger amount)TransferParticipantBankModelTransferParticipantBankModel. guid(String guid)TransferParticipantBankModelTransferParticipantBankModel. type(String type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type TransferParticipantBankModel Modifier and Type Method Description List<TransferParticipantBankModel>PostTransferBankModel. getDestinationParticipants()The destination participants for the transfer.List<TransferParticipantBankModel>TransferBankModel. getDestinationParticipants()The participants in the source account.List<TransferParticipantBankModel>PostTransferBankModel. getSourceParticipants()The source participants for the transfer.List<TransferParticipantBankModel>TransferBankModel. getSourceParticipants()The participants in the source account.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type TransferParticipantBankModel Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. addDestinationParticipantsItem(TransferParticipantBankModel destinationParticipantsItem)TransferBankModelTransferBankModel. addDestinationParticipantsItem(TransferParticipantBankModel destinationParticipantsItem)PostTransferBankModelPostTransferBankModel. addSourceParticipantsItem(TransferParticipantBankModel sourceParticipantsItem)TransferBankModelTransferBankModel. addSourceParticipantsItem(TransferParticipantBankModel sourceParticipantsItem)
-