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>TransferBankModel. getDestinationParticipants()The participants in the source account.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 TransferBankModelTransferBankModel. addDestinationParticipantsItem(TransferParticipantBankModel destinationParticipantsItem)TransferBankModelTransferBankModel. addSourceParticipantsItem(TransferParticipantBankModel sourceParticipantsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type TransferParticipantBankModel Modifier and Type Method Description TransferBankModelTransferBankModel. destinationParticipants(List<TransferParticipantBankModel> destinationParticipants)voidTransferBankModel. setDestinationParticipants(List<TransferParticipantBankModel> destinationParticipants)voidTransferBankModel. setSourceParticipants(List<TransferParticipantBankModel> sourceParticipants)TransferBankModelTransferBankModel. sourceParticipants(List<TransferParticipantBankModel> sourceParticipants)
-