docs/TransferParticipantBankModel
CybridApiBank::TransferParticipantBankModel
Properties
| Name |
Type |
Description |
Notes |
| type |
String |
The type of participant; one of unknown, bank, customer, or counterparty. |
|
| amount |
Integer |
The amount in base units of the asset. |
|
| guid |
String |
The participant’s identifier. |
[optional] |
Example
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::TransferParticipantBankModel.new(
type: null,
amount: null,
guid: null
)