Sha256: c30358f23e944cd25181eefb5cf59e77782dafcddcf9ba48c2adf9c0bff9802e
Contents?: true
Size: 502 Bytes
Versions: 233
Compression:
Stored size: 502 Bytes
Contents
# 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 ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostTransferParticipantBankModel.new( type: null, amount: null, guid: null ) ```
Version data entries
233 entries across 233 versions & 1 rubygems