Sha256: f650301fddf0b02ed6a686500e548d4d018c8e752b70ee6bb8f4d5bb15fcbc2d

Contents?: true

Size: 1.43 KB

Versions: 93

Compression:

Stored size: 1.43 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] |
| **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,
  asset: null,
  name: null,
  bank_guid: null,
  customer_guid: null,
  platform_balance: null,
  platform_available: null,
  state: null,
  labels: null
)
```

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.110.26 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.25 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.24 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.23 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.22 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.21 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.19 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.18 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.17 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.16 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.15 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.13 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.10 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.9 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.8 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.6 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.5 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.4 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.110.1 docs/AccountBankModel.md