Sha256: c035f555148418473c1813a436fa7178325935d1ef68c67bb5d6615c519ddabd
Contents?: true
Size: 1000 Bytes
Versions: 198
Compression:
Stored size: 1000 Bytes
Contents
# UltracartClient::WebhookEventCategory ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **any_subscribed** | **Boolean** | True if any events are subscribed to. | [optional] | | **available_expansions** | **Array<String>** | Array of available expansion constants | [optional] | | **event_category** | **String** | Name of the event category | [optional] | | **events** | [**Array<WebhookEventSubscription>**](WebhookEventSubscription.md) | The events within the category. Individual subscription flags contained within the child object. | [optional] | | **subscribed** | **Boolean** | True if all the events within this category are subscribed. This is a convenience flag to make user interfaces easier. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WebhookEventCategory.new( any_subscribed: null, available_expansions: null, event_category: null, events: null, subscribed: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems