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