| Name | Type | Description | Notes |
|---|---|---|---|
| any_subscribed | bool | True if any events are subscribed to. | [optional] |
| available_expansions | string[] | Array of available expansion constants | [optional] |
| event_category | string | Name of the event category | [optional] |
| events | \ultracart\v2\models\WebhookEventSubscription[] | The events within the category. Individual subscription flags contained within the child object. | [optional] |
| subscribed | bool | True if all the events within this category are subscribed. This is a convenience flag to make user interfaces easier. | [optional] |