Sha256: 1472fbe14136ee162b5d91b6e12c648b7fb02e308393677cd3d73e0b5415e37b

Contents?: true

Size: 1.71 KB

Versions: 8

Compression:

Stored size: 1.71 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_payout_symbols** | [**Array<BankSupportedPayoutSymbolsInnerBankModel>**](BankSupportedPayoutSymbolsInnerBankModel.md) | 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

```ruby
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
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.129 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.122 docs/BankBankModel.md
cybrid_api_bank_ruby-0.123.121 docs/BankBankModel.md