Sha256: 6b89a807633c408570d25287894833ee1e5f1c7f51a6c1b385f0d46f60174a5f
Contents?: true
Size: 1.22 KB
Versions: 240
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: 'deposit' or 'withdrawal'. | [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
240 entries across 240 versions & 1 rubygems