Sha256: 9c0319baf3a87dc23e37474ff9715ac232683bacc5caba5dce3f44f8371cf4b5

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

# Plaid::StandaloneAccountType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **depository** | **String** | An account type holding cash, in which funds are deposited. Supported products for `depository` accounts are: Auth, Balance, Transactions, Identity, Payment Initiation, and Assets. |  |
| **credit** | **String** | A credit card type account. Supported products for `credit` accounts are: Balance, Transactions, Identity, and Liabilities. |  |
| **loan** | **String** | A loan type account. Supported products for `loan` accounts are: Balance, Liabilities, and Transactions. |  |
| **investment** | **String** | An investment account. Supported products for `investment` accounts are: Balance and Investments. |  |
| **other** | **String** | Other or unknown account type. Supported products for `other` accounts are: Balance, Transactions, Identity, and Assets. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::StandaloneAccountType.new(
  depository: null,
  credit: null,
  loan: null,
  investment: null,
  other: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/StandaloneAccountType.md
plaid-14.0.0.beta.3 docs/StandaloneAccountType.md
plaid-14.0.0.beta.2 docs/StandaloneAccountType.md
plaid-14.0.0.beta.1 docs/StandaloneAccountType.md