Sha256: d39cef42e43b4e1998a418d47b0c9654818b11244830157711e10c6fe76627bd

Contents?: true

Size: 696 Bytes

Versions: 276

Compression:

Stored size: 696 Bytes

Contents

# CybridApiBank::SystemAccountBankModel

## 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_code** | **String** | The asset code. | [optional] |
| **name** | **String** | The name of the account. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::SystemAccountBankModel.new(
  type: null,
  guid: null,
  created_at: null,
  asset_code: null,
  name: null
)
```

Version data entries

276 entries across 276 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.31.7 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.6 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.5 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.4 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.3 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.2 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.1 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.31.0 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.60 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.59 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.58 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.57 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.56 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.55 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.54 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.53 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.51 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.50 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.49 docs/SystemAccountBankModel.md
cybrid_api_bank_ruby-0.30.48 docs/SystemAccountBankModel.md