Sha256: a7873bba8a726b825a851e9946113456641477ef7e507bee58934c9e0670ce01

Contents?: true

Size: 1.63 KB

Versions: 296

Compression:

Stored size: 1.63 KB

Contents

# CybridApiBank::AccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The account type; one of trading, fee, fiat, gas, reserve, or invoice_operations. | [optional] |
| **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated 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 state of the account; one of storing or created. | [optional] |
| **labels** | **Array<String>** | The labels associated with the account. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::AccountBankModel.new(
  type: null,
  guid: null,
  created_at: null,
  updated_at: null,
  asset: null,
  name: null,
  bank_guid: null,
  customer_guid: null,
  platform_balance: null,
  platform_available: null,
  state: null,
  labels: null
)
```

Version data entries

296 entries across 296 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.119.16 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.13 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.12 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.11 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.10 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.8 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.7 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.6 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.4 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.119.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.125 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.124 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.121 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.120 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.119 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.118 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.117 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.116 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.118.115 docs/AccountBankModel.md