Show / Hide Table of Contents

Class LoyaltyPointsBalance

Inheritance
object
LoyaltyPointsBalance
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX