Sha256: e5d9d0818aa1501e01f42385d8364b622053ccf80a7c7c96cb87bcb8e600e184
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
# Plaid::ItemStatusLastWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sent_at** | **String** | ISO 8601 timestamp of when the webhook was fired. | [optional] | | **code_sent** | **String** | The last webhook code sent. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::ItemStatusLastWebhook.new( sent_at: null, code_sent: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.2 | docs/ItemStatusLastWebhook.md |
plaid-14.0.0.beta.1 | docs/ItemStatusLastWebhook.md |