Sha256: ccdd2705794654e1a9bb756a75af72f43469817134afaacf31f34f13ed743deb

Contents?: true

Size: 1.42 KB

Versions: 67

Compression:

Stored size: 1.42 KB

Contents

# CybridApiBank::AccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The account type. | [optional] |
| **provider** | **String** | The account provider, if applicable. | [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,
  provider: 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

67 entries across 67 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.37.36 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.35 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.34 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.33 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.32 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.31 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.29 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.28 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.27 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.26 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.25 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.24 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.23 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.22 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.21 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.20 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.19 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.18 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.15 docs/AccountBankModel.md
cybrid_api_bank_ruby-0.37.14 docs/AccountBankModel.md