Sha256: 68b6dd8e010f18e41b8d18189221d6e9ae7d8471bf8761028747219a6253b05a

Contents?: true

Size: 830 Bytes

Versions: 2

Compression:

Stored size: 830 Bytes

Contents

# Plaid::ItemStatusInvestments

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **last_successful_update** | **String** | ISO 8601 timestamp of the last successful investments update for the Item. The status will update each time Plaid successfully connects with the institution, regardless of whether any new data is available in the update. | [optional] |
| **last_failed_update** | **String** | ISO 8601 timestamp of the last failed investments update for the Item. The status will update each time Plaid fails an attempt to connect with the institution, regardless of whether any new data is available in the update. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::ItemStatusInvestments.new(
  last_successful_update: null,
  last_failed_update: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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