Sha256: d12098683b38e925c44b4a83994fec8897a8e765ade93783349398aedc5c40f4

Contents?: true

Size: 1.64 KB

Versions: 59

Compression:

Stored size: 1.64 KB

Contents

# CybridApiBank::AccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The account type; one of trading, fee, fiat, gas, reserve, invoice_operations, or storage. | [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

59 entries across 59 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.122.54 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.53 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.52 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.51 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.49 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.48 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.47 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.46 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.45 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.44 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.43 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.42 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.41 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.40 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.39 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.38 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.36 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.34 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.33 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.122.32 docs/AccountBankModel.md