Sha256: be97471dd3adba88f7af42e01a4b673d4af8837cb9e38afc8bf8f2f84caba245

Contents?: true

Size: 901 Bytes

Versions: 186

Compression:

Stored size: 901 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_fiat_assets** | **Array<String>** | The bank's list of supported fiat assets. | [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_fiat_assets: null,
  features: null,
  created_at: null
)
```

Version data entries

186 entries across 186 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.9.5 docs/BankBankModel.md
cybrid_api_bank_ruby-0.9.4 docs/BankBankModel.md
cybrid_api_bank_ruby-0.9.3 docs/BankBankModel.md
cybrid_api_bank_ruby-0.9.2 docs/BankBankModel.md
cybrid_api_bank_ruby-0.9.1 docs/BankBankModel.md
cybrid_api_bank_ruby-0.9.0 docs/BankBankModel.md