Class PatchTransferBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PatchTransferBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-02T18:31:01.531007Z[Etc/UTC]") public class PatchTransferBankModel extends Object
Request body for transfer modification.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESTINATION_PARTICIPANTSstatic StringJSON_PROPERTY_SOURCE_PARTICIPANTS
-
Constructor Summary
Constructors Constructor Description PatchTransferBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_SOURCE_PARTICIPANTS
public static final String JSON_PROPERTY_SOURCE_PARTICIPANTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESTINATION_PARTICIPANTS
public static final String JSON_PROPERTY_DESTINATION_PARTICIPANTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
sourceParticipants
public PatchTransferBankModel sourceParticipants(List<PatchTransferParticipantBankModel> sourceParticipants)
-
addSourceParticipantsItem
public PatchTransferBankModel addSourceParticipantsItem(PatchTransferParticipantBankModel sourceParticipantsItem)
-
getSourceParticipants
@Nullable public List<PatchTransferParticipantBankModel> getSourceParticipants()
The source participants for the transfer.- Returns:
- sourceParticipants
-
getSourceParticipants_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> getSourceParticipants_JsonNullable()
-
setSourceParticipants_JsonNullable
public void setSourceParticipants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> sourceParticipants)
-
setSourceParticipants
public void setSourceParticipants(List<PatchTransferParticipantBankModel> sourceParticipants)
-
destinationParticipants
public PatchTransferBankModel destinationParticipants(List<PatchTransferParticipantBankModel> destinationParticipants)
-
addDestinationParticipantsItem
public PatchTransferBankModel addDestinationParticipantsItem(PatchTransferParticipantBankModel destinationParticipantsItem)
-
getDestinationParticipants
@Nullable public List<PatchTransferParticipantBankModel> getDestinationParticipants()
The destination participants for the transfer.- Returns:
- destinationParticipants
-
getDestinationParticipants_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> getDestinationParticipants_JsonNullable()
-
setDestinationParticipants_JsonNullable
public void setDestinationParticipants_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PatchTransferParticipantBankModel>> destinationParticipants)
-
setDestinationParticipants
public void setDestinationParticipants(List<PatchTransferParticipantBankModel> destinationParticipants)
-
-