Sha256: b1b7931122a48124174103d48451b5d5d0f3941d26f6ad876ae498e578d0141a
Contents?: true
Size: 913 Bytes
Versions: 169
Compression:
Stored size: 913 Bytes
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] | | **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, features: null, created_at: null ) ```
Version data entries
169 entries across 169 versions & 1 rubygems