Sha256: 4a3a2bfebe384fa477bb272b7c923b7b0317d7192f9661695c9d5ff611c68955
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
# Plaid::NullableItemStatus ## 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::NullableItemStatus.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/NullableItemStatus.md |
plaid-14.0.0.beta.1 | docs/NullableItemStatus.md |