docs/PatchTransferBankModel
CybridApiBank::PatchTransferBankModel
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| source_participants | Array<PatchTransferParticipantBankModel> | The source participants for the transfer. | [optional] |
| destination_participants | Array<PatchTransferParticipantBankModel> | The destination participants for the transfer. | [optional] |
Example
require 'cybrid_api_bank_ruby' instance = CybridApiBank::PatchTransferBankModel.new( source_participants: null, destination_participants: null )