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_payout_symbols |
Array<BankSupportedPayoutSymbolsInnerBankModel> |
The bank’s list of supported payout 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
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::BankBankModel.new(
guid: null,
organization_guid: null,
name: null,
type: null,
supported_trading_symbols: null,
supported_payout_symbols: null,
supported_fiat_account_assets: null,
supported_country_codes: null,
features: null,
cors_allowed_origins: null,
created_at: null,
updated_at: null
)