Show / Hide Table of Contents

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.

Inheritance
object
Notifications
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX