Class LoyaltyPoints
Implements
Inherited Members
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 |