Uses of Class
app.cybrid.cybrid_api_bank.client.model.PatchTransferParticipantBankModel
-
Packages that use PatchTransferParticipantBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PatchTransferParticipantBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PatchTransferParticipantBankModel Modifier and Type Method Description PatchTransferParticipantBankModelPatchTransferParticipantBankModel. amount(BigInteger amount)PatchTransferParticipantBankModelPatchTransferParticipantBankModel. guid(String guid)PatchTransferParticipantBankModelPatchTransferParticipantBankModel. type(PatchTransferParticipantBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PatchTransferParticipantBankModel Modifier and Type Method Description List<PatchTransferParticipantBankModel>PatchTransferBankModel. getDestinationParticipants()The destination participants for the transfer.org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>>PatchTransferBankModel. getDestinationParticipants_JsonNullable()List<PatchTransferParticipantBankModel>PatchTransferBankModel. getSourceParticipants()The source participants for the transfer.org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>>PatchTransferBankModel. getSourceParticipants_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PatchTransferParticipantBankModel Modifier and Type Method Description PatchTransferBankModelPatchTransferBankModel. addDestinationParticipantsItem(PatchTransferParticipantBankModel destinationParticipantsItem)PatchTransferBankModelPatchTransferBankModel. addSourceParticipantsItem(PatchTransferParticipantBankModel sourceParticipantsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PatchTransferParticipantBankModel Modifier and Type Method Description PatchTransferBankModelPatchTransferBankModel. destinationParticipants(List<PatchTransferParticipantBankModel> destinationParticipants)voidPatchTransferBankModel. setDestinationParticipants(List<PatchTransferParticipantBankModel> destinationParticipants)voidPatchTransferBankModel. setDestinationParticipants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> destinationParticipants)voidPatchTransferBankModel. setSourceParticipants(List<PatchTransferParticipantBankModel> sourceParticipants)voidPatchTransferBankModel. setSourceParticipants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> sourceParticipants)PatchTransferBankModelPatchTransferBankModel. sourceParticipants(List<PatchTransferParticipantBankModel> sourceParticipants)
-