Sha256: 77014d427c702b6ab13c22c6ef05c5826c68bd92b2115ff52e6030a6ffbf88cc
Contents?: true
Size: 804 Bytes
Versions: 276
Compression:
Stored size: 804 Bytes
Contents
# CybridApiBank::ExchangeAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The exchange account type. | [optional] | | **guid** | **String** | Auto-generated unique identifier for exchange account. | [optional] | | **created_at** | **Time** | ISO8601 datetime the exchange account was created at. | [optional] | | **exchange_guid** | **String** | The identifier of the exchange that owns this exchange account. | [optional] | | **asset_code** | **String** | The asset code of the exchange account. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExchangeAccountBankModel.new( type: null, guid: null, created_at: null, exchange_guid: null, asset_code: null ) ```
Version data entries
276 entries across 276 versions & 1 rubygems