Sha256: 6bff51e67c3c1a5c41518345a3412f7f2956f0fee589c5a164e5fccb32460410
Contents?: true
Size: 681 Bytes
Versions: 2
Compression:
Stored size: 681 Bytes
Contents
# Plaid::ItemStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **investments** | **Hash<String, Object>** | Information about the last successful and failed investments update for the Item. | [optional] | | **transactions** | **Hash<String, Object>** | Information about the last successful and failed transactions update for the Item. | [optional] | | **last_webhook** | **Hash<String, Object>** | Information about the last webhook fired for the Item. | [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.4 | docs/ItemStatus.md |
plaid-14.0.0.beta.3 | docs/ItemStatus.md |