Sha256: 33095eb5eb5816f017e9d1e76ea25ac271ee08388ba1dcc852178793370405a5
Contents?: true
Size: 1.2 KB
Versions: 823
Compression:
Stored size: 1.2 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] | | **supported_country_codes** | **Array<String>** | The bank's list of supported country codes. | [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, supported_country_codes: null, features: null, created_at: null ) ```
Version data entries
823 entries across 823 versions & 1 rubygems