Show / Hide Table of Contents

Class LoyaltyPoints

Inheritance
object
LoyaltyPoints
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 LoyaltyPoints : IDirectResponseSchema

Properties

Balance

The account holder's loyalty point balance, such as "500" or "$10.00". Recommended maximum length is 7 characters. This is a required field of loyaltyPoints and secondaryLoyaltyPoints.

Declaration
[JsonProperty("balance")]
public virtual LoyaltyPointsBalance Balance { get; set; }
Property Value
Type Description
LoyaltyPointsBalance

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Label

The loyalty points label, such as "Points". Recommended maximum length is 9 characters.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string

LocalizedLabel

Translated strings for the label. Recommended maximum length is 9 characters.

Declaration
[JsonProperty("localizedLabel")]
public virtual LocalizedString LocalizedLabel { get; set; }
Property Value
Type Description
LocalizedString

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX