Sha256: 3adf230ca17e3ffd5ea5c4346e4dae57990c3a3eca1f3a8a6fbed7085d9bf3aa

Contents?: true

Size: 1.43 KB

Versions: 161

Compression:

Stored size: 1.43 KB

Contents

# UltracartClient::WebhookEventSubscription

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **comments** | **String** | Comment about the event to provide further clarification to the end user | [optional] |
| **deprecated_flag** | **Boolean** | True if the event is deprecated.  See the API change log for details on when it will be discontinued. | [optional] |
| **discontinued_flag** | **Boolean** | True if the event is discontinued.  See the API change log for details on migration details. | [optional] |
| **event_description** | **String** | Description of the event | [optional] |
| **event_name** | **String** | Event name | [optional] |
| **expansion** | **String** | The expand string for the notification object.  See the individual resource _expand documentation for valid values. | [optional] |
| **subscribed** | **Boolean** | True if this is event is subscribed to | [optional] |
| **supports_reflow** | **Boolean** | True if the event can be triggered to reflow existing records | [optional] |
| **webhook_event_oid** | **Integer** | The webhook event object identifier | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::WebhookEventSubscription.new(
  comments: null,
  deprecated_flag: null,
  discontinued_flag: null,
  event_description: null,
  event_name: null,
  expansion: null,
  subscribed: null,
  supports_reflow: null,
  webhook_event_oid: null
)
```

Version data entries

161 entries across 161 versions & 1 rubygems

Version Path
ultracart_api-4.0.192 docs/WebhookEventSubscription.md
ultracart_api-4.0.191 docs/WebhookEventSubscription.md
ultracart_api-4.0.190 docs/WebhookEventSubscription.md
ultracart_api-4.0.189 docs/WebhookEventSubscription.md
ultracart_api-4.0.188 docs/WebhookEventSubscription.md
ultracart_api-4.0.187 docs/WebhookEventSubscription.md
ultracart_api-4.0.186 docs/WebhookEventSubscription.md
ultracart_api-4.0.185 docs/WebhookEventSubscription.md
ultracart_api-4.0.184 docs/WebhookEventSubscription.md
ultracart_api-4.0.183 docs/WebhookEventSubscription.md
ultracart_api-4.0.182 docs/WebhookEventSubscription.md
ultracart_api-4.0.181 docs/WebhookEventSubscription.md
ultracart_api-4.0.180 docs/WebhookEventSubscription.md
ultracart_api-4.0.179 docs/WebhookEventSubscription.md
ultracart_api-4.0.178 docs/WebhookEventSubscription.md
ultracart_api-4.0.177 docs/WebhookEventSubscription.md
ultracart_api-4.0.176 docs/WebhookEventSubscription.md
ultracart_api-4.0.175 docs/WebhookEventSubscription.md
ultracart_api-4.0.174 docs/WebhookEventSubscription.md
ultracart_api-4.0.173 docs/WebhookEventSubscription.md