Sha256: 57ea772b592295abf2a2ad7a67528c1d78e88523b3470c6f67c902421c98f00c

Contents?: true

Size: 1.24 KB

Versions: 248

Compression:

Stored size: 1.24 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] |

## 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
)
```

Version data entries

248 entries across 248 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.32.9 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.8 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.7 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.6 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.5 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.2 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.1 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.32.0 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.25 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.24 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.23 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.22 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.21 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.20 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.17 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.16 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.15 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.14 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.12 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.31.7 docs/AccountBankModel.md