Sha256: 4b533c44911c49529d99a777fd0356168dafddf5a25a67b0c0758e8b5a07316d
Contents?: true
Size: 503 Bytes
Versions: 93
Compression:
Stored size: 503 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
93 entries across 93 versions & 1 rubygems