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