Sha256: c70e6dad7cd4a5c41922e5cbc2ca5d5998276197590f31080607d5254c2c7f8a

Contents?: true

Size: 803 Bytes

Versions: 166

Compression:

Stored size: 803 Bytes

Contents

# CybridApiBank::PostExternalBankAccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the account. |  |
| **account_kind** | **String** | The account type |  |
| **customer_guid** | **String** | The customer identifier. | [optional] |
| **asset** | **String** | The asset code. |  |
| **plaid_public_token** | **String** | The public token for the account. | [optional] |
| **plaid_account_id** | **String** | The account identifier in plaid. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostExternalBankAccountBankModel.new(
  name: null,
  account_kind: null,
  customer_guid: null,
  asset: null,
  plaid_public_token: null,
  plaid_account_id: null
)
```

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.48.5 docs/PostExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.48.4 docs/PostExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.48.3 docs/PostExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.48.2 docs/PostExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.48.1 docs/PostExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.48.0 docs/PostExternalBankAccountBankModel.md