Sha256: 268c972967928fd8d4a8053ddf2564e488b1d7210d55279fa5c036aa01a0a30e
Contents?: true
Size: 1.34 KB
Versions: 21
Compression:
Stored size: 1.34 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. | | | **routable_accounts** | **String** | Configuration for supporting creating routable bank accounts. | [optional] | | **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, routable_accounts: null, created_at: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems