Sha256: be520320b35b65788a3e72c1ec7fe3ada8154cd33ccbf6ddcde7d3aec7782c6e

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

# MoneyKit::LinkProductRefreshWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_event** | **String** |  | [optional][default to 'link.product_refresh'] |
| **webhook_major_version** | **Integer** |  | [optional][default to WEBHOOK_MAJOR_VERSION::N1] |
| **webhook_minor_version** | **Integer** |  | [optional][default to WEBHOOK_MINOR_VERSION::N0] |
| **webhook_idempotency_key** | **String** |  |  |
| **webhook_timestamp** | **Time** |  |  |
| **link_id** | **String** |  |  |
| **link_tags** | **Array<String>** |  |  |
| **product** | [**Product**](Product.md) |  |  |
| **state** | [**LinkProductState**](LinkProductState.md) |  |  |
| **state_changed_at** | **Time** |  |  |
| **error_message** | **String** |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::LinkProductRefreshWebhook.new(
  webhook_event: null,
  webhook_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  product: null,
  state: null,
  state_changed_at: null,
  error_message: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
moneykit-0.1.10 docs/LinkProductRefreshWebhook.md
moneykit-0.1.9 docs/LinkProductRefreshWebhook.md
moneykit-0.1.6 docs/LinkProductRefreshWebhook.md
moneykit-0.1.5 docs/LinkProductRefreshWebhook.md
moneykit-0.1.4 docs/LinkProductRefreshWebhook.md
moneykit-0.1.3 docs/LinkProductRefreshWebhook.md
moneykit-0.1.2 docs/LinkProductRefreshWebhook.md
moneykit-0.1.1 docs/LinkProductRefreshWebhook.md