Sha256: 93e4c138be45b97851a1da9bf2f83d511a5f7990d9e39243939a06931dfdefcd
Contents?: true
Size: 1.22 KB
Versions: 28
Compression:
Stored size: 1.22 KB
Contents
# CybridApiBank::TransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the trade. | [optional] | | **transfer_type** | **String** | The type of transfer. | [optional] | | **customer_guid** | **String** | The associated customer's identifier. | [optional] | | **quote_guid** | **String** | The associated quote's identifier. | [optional] | | **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] | | **side** | **String** | The direction of the quote: either 'buy' or 'sell'. | [optional] | | **state** | **String** | The trade's state | [optional] | | **amount** | **Integer** | The amount being transferred. | [optional] | | **fee** | **Integer** | The fee associated with the trade. | [optional] | | **created_at** | **Time** | ISO8601 datetime the bank was created at. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TransferBankModel.new( guid: null, transfer_type: null, customer_guid: null, quote_guid: null, asset: null, side: null, state: null, amount: null, fee: null, created_at: null ) ```
Version data entries
28 entries across 28 versions & 1 rubygems