Class LoyaltyPointsBalance
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class LoyaltyPointsBalance : IDirectResponseSchema
Properties
Double__
The double form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
Declaration
[JsonProperty("double")]
public virtual double? Double__ { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Int__
The integer form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
Declaration
[JsonProperty("int")]
public virtual int? Int__ { get; set; }
Property Value
Type | Description |
---|---|
int? |
Money
The money form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
Declaration
[JsonProperty("money")]
public virtual Money Money { get; set; }
Property Value
Type | Description |
---|---|
Money |
String__
The string form of a balance. Only one of these subtypes (string, int, double, money) should be populated.
Declaration
[JsonProperty("string")]
public virtual string String__ { get; set; }
Property Value
Type | Description |
---|---|
string |