docs/PostTransferParticipantBankModel
CybridApiBank::PostTransferParticipantBankModel
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::PostTransferParticipantBankModel.new(
type: null,
amount: null,
guid: null
)