Sha256: c0d56a4e68daa2e31197310729c3179b7c9843256df709bb2b762559014a2133
Contents?: true
Size: 1.05 KB
Versions: 11
Compression:
Stored size: 1.05 KB
Contents
# CybridApiBank::BankBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the bank. | | | **organization_guid** | **String** | The organization's identifier. | | | **name** | **String** | The bank's name. | | | **type** | **String** | The bank's type. | | | **supported_trading_symbols** | **Array<String>** | The bank's list of supported trading symbols. | [optional] | | **supported_fiat_account_assets** | **Array<String>** | The bank's list of supported fiat symbols. | [optional] | | **features** | **Array<String>** | The bank's enabled features. | | | **created_at** | **Time** | ISO8601 datetime the bank was created at. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::BankBankModel.new( guid: null, organization_guid: null, name: null, type: null, supported_trading_symbols: null, supported_fiat_account_assets: null, features: null, created_at: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems