Sha256: 81bfab9f992f97c485ee50a55f87f91f7666a09c6197ae45de0ebf2bb73e559e
Contents?: true
Size: 1.48 KB
Versions: 35
Compression:
Stored size: 1.48 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. | | | **cors_allowed_origins** | **Array<String>** | The bank's list of CORS allowed origins. | [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, cors_allowed_origins: null, created_at: null, updated_at: null ) ```
Version data entries
35 entries across 35 versions & 1 rubygems