docs/PatchTransferParticipantBankModel

CybridApiBank::PatchTransferParticipantBankModel

Properties

Name Type Description Notes
type String The type of participant.
amount Integer The amount in base units of the asset.
guid String The participant’s identifier.

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PatchTransferParticipantBankModel.new(
  type: null,
  amount: null,
  guid: null
)