| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for the resource. | [optional] |
| name | String | A friendly name for the webhook. | [optional] |
| status | StatusEnum | Webhook status. | [optional] |
| topic | String | Webhook topic. | [optional] |
| resource | String | Webhook resource. | [optional] |
| event | String | Webhook event. | [optional] |
| hooks | List<String> | WooCommerce action names associated with the webhook. | [optional] |
| deliveryUrl | URI | The URL where the webhook payload is delivered. | [optional] |
| secret | String | Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID | username if not provided. |
| dateCreated | OffsetDateTime | The date the webhook was created, in the site's timezone. | [optional] |
| dateCreatedGmt | OffsetDateTime | The date the webhook was created, as GMT. | [optional] |
| dateModified | OffsetDateTime | The date the webhook was last modified, in the site's timezone. | [optional] |
| dateModifiedGmt | OffsetDateTime | The date the webhook was last modified, as GMT. | [optional] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| PAUSED | "paused" |
| DISABLED | "disabled" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |