Sha256: be2cd2f3c0f5d60fc71e610c2676dbb2af153904640186a124736d333c149b1b
Contents?: true
Size: 1.52 KB
Versions: 6
Compression:
Stored size: 1.52 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 type; one of sandbox or production. | | | **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: one of unsupported, bank, or customer. | [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
6 entries across 6 versions & 1 rubygems