eventTypes property

List<EventType> eventTypes
final

An array of events to which to subscribe your webhook. To subscribe to all events, including events as they are added, specify the asterisk wild card. To replace the event_types array, specify the asterisk wild card. To list all supported events, list available events.

Implementation

final List<EventType> eventTypes;