Sha256: 2c38c0e982b9f54cdba6c5f56d78e28f75a3134e96d6424816c7b7f18579c49b
Contents?: true
Size: 1.46 KB
Versions: 55
Compression:
Stored size: 1.46 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 record was created at. | | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | ## 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, updated_at: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems