Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 951 Bytes

WebhookEventCategory.md

File metadata and controls

14 lines (10 loc) · 951 Bytes

com.ultracart.admin.v2.Model.WebhookEventCategory

Properties

Name Type Description Notes
AnySubscribed bool? True if any events are subscribed to. [optional]
AvailableExpansions List<string> Array of available expansion constants [optional]
EventCategory string Name of the event category [optional]
Events List<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]

[Back to Model list] [Back to API list] [Back to README]