Sha256: 99ce85a656f1dfb429f91f1e924ed3d5790a1447cd658b2db01656d2ac79ade8

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

# MoneyKit::LinkProductRefreshWebhook

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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>** |  |  |
| **webhook_event** | **String** |  | [optional][default to 'link.product_refresh'] |
| **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_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  webhook_event: null,
  product: null,
  state: null,
  state_changed_at: null,
  error_message: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/LinkProductRefreshWebhook.md
moneykit-0.1.14 docs/LinkProductRefreshWebhook.md
moneykit-0.1.13 docs/LinkProductRefreshWebhook.md
moneykit-0.1.12 docs/LinkProductRefreshWebhook.md
moneykit-0.1.11 docs/LinkProductRefreshWebhook.md