Sha256: dffb7954497ea33416433943943c32102b056c5536a9b251b95c3e3e3181cc23
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 Bytes
Contents
# Plaid::ProductStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | `HEALTHY`: the majority of requests are successful `DEGRADED`: only some requests are successful `DOWN`: all requests are failing | | | **last_status_change** | **String** | ISO 8601 formatted timestamp of the last status change for the institution. | | | **breakdown** | [**ProductStatusBreakdown**](ProductStatusBreakdown.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::ProductStatus.new( status: null, last_status_change: null, breakdown: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/ProductStatus.md |
plaid-14.0.0.beta.3 | docs/ProductStatus.md |
plaid-14.0.0.beta.2 | docs/ProductStatus.md |
plaid-14.0.0.beta.1 | docs/ProductStatus.md |