Sha256: f9139d62600b5ee47b27326f464d6cd2a4afe52e575594080c1efbf5f8fdc2f2

Contents?: true

Size: 914 Bytes

Versions: 35

Compression:

Stored size: 914 Bytes

Contents

# CybridApiBank::AccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The account type. | [optional] |
| **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the account was created at. | [optional] |
| **asset** | **String** | The asset code. | [optional] |
| **name** | **String** | The name of the account. | [optional] |
| **bank_guid** | **String** | The bank identifier associated with the account. | [optional] |
| **customer_guid** | **String** | The customer identifier associated with the account. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::AccountBankModel.new(
  type: null,
  guid: null,
  created_at: null,
  asset: null,
  name: null,
  bank_guid: null,
  customer_guid: null
)
```

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.3.7 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.6 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.5 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.4 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.3 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.3.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.7 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.6 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.5 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.4 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.3 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.2.0 docs/AccountBankModel.md