disableExpirationNotification property

bool? disableExpirationNotification
getter/setter pair

Indicates if notifications should explicitly be suppressed.

If this field is set to true, regardless of the messages field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for offers.

Implementation

core.bool? disableExpirationNotification;