Sha256: 11d7cbff4ea4fa537d2ba2afe74d46af0d1c565c7743f41c7a85ca5ad0afb366

Contents?: true

Size: 1.32 KB

Versions: 859

Compression:

Stored size: 1.32 KB

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] |
| **platform_balance** | **Integer** | The amount of funds that are in the account, in base units of the asset. | [optional] |
| **platform_available** | **Integer** | The amount of funds that are in the account, in base units of the asset, that are available for use on the platform. | [optional] |
| **state** | **String** | The account's state. | [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,
  platform_balance: null,
  platform_available: null,
  state: null
)
```

Version data entries

859 entries across 859 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.101.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.100.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.99.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.98.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.98.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.98.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.97.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.96.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.96.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.7 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.5 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.4 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.3 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.95.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.94.57 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.94.56 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.94.55 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.94.52 docs/AccountBankModel.md