Class Notifications
Indicates if the object needs to have notification enabled. We support only one of
ExpiryNotification/UpcomingNotification. expiryNotification
takes precedence over upcomingNotification
. In
other words if expiryNotification
is set, we ignore the upcomingNotification
field.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class Notifications : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpiryNotification
A notification would be triggered at a specific time before the card expires.
Declaration
[JsonProperty("expiryNotification")]
public virtual ExpiryNotification ExpiryNotification { get; set; }
Property Value
Type | Description |
---|---|
ExpiryNotification |
UpcomingNotification
A notification would be triggered at a specific time before the card becomes usable.
Declaration
[JsonProperty("upcomingNotification")]
public virtual UpcomingNotification UpcomingNotification { get; set; }
Property Value
Type | Description |
---|---|
UpcomingNotification |