Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferParticipantBankModel
-
Packages that use PostTransferParticipantBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferParticipantBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferParticipantBankModel Modifier and Type Method Description PostTransferParticipantBankModelPostTransferParticipantBankModel. amount(BigInteger amount)PostTransferParticipantBankModelPostTransferParticipantBankModel. guid(String guid)PostTransferParticipantBankModelPostTransferParticipantBankModel. type(PostTransferParticipantBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostTransferParticipantBankModel Modifier and Type Method Description List<PostTransferParticipantBankModel>PostTransferBankModel. getDestinationParticipants()The destination participants for the transfer.List<PostTransferParticipantBankModel>PostTransferBankModel. getSourceParticipants()The source participants for the transfer.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostTransferParticipantBankModel Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. addDestinationParticipantsItem(PostTransferParticipantBankModel destinationParticipantsItem)PostTransferBankModelPostTransferBankModel. addSourceParticipantsItem(PostTransferParticipantBankModel sourceParticipantsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostTransferParticipantBankModel Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. destinationParticipants(List<PostTransferParticipantBankModel> destinationParticipants)voidPostTransferBankModel. setDestinationParticipants(List<PostTransferParticipantBankModel> destinationParticipants)voidPostTransferBankModel. setSourceParticipants(List<PostTransferParticipantBankModel> sourceParticipants)PostTransferBankModelPostTransferBankModel. sourceParticipants(List<PostTransferParticipantBankModel> sourceParticipants)
-