Sha256: 7d5e3fccefe71b5cc55c0abb6e27ea623c35b93a9ed2c83e79c73df9731c9b26

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

# Plaid::ItemStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **investments** | [**ItemStatusInvestments**](ItemStatusInvestments.md) |  | [optional] |
| **transactions** | [**ItemStatusTransactions**](ItemStatusTransactions.md) |  | [optional] |
| **last_webhook** | [**ItemStatusLastWebhook**](ItemStatusLastWebhook.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::ItemStatus.new(
  investments: null,
  transactions: null,
  last_webhook: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.2 docs/ItemStatus.md
plaid-14.0.0.beta.1 docs/ItemStatus.md