registeredEvent property

String? registeredEvent
getter/setter pair

The event that the merchant wants to be notified about. Possible string values are:

  • "NOTIFICATION_EVENT_TYPE_UNSPECIFIED" : Notifications event type is unspecified.
  • "PRODUCT_STATUS_CHANGE" : Notification of product status changes, for example when product becomes disapproved.

Implementation

core.String? registeredEvent;