Show / Hide Table of Contents

Class LoyaltyPoints

A message that represents loyalty points.

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.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class LoyaltyPoints : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.

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

PointsValue

The retailer's loyalty points in absolute value.

Declaration
[JsonProperty("pointsValue")]
public virtual long? PointsValue { get; set; }
Property Value
Type Description
long?

Ratio

The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.

Declaration
[JsonProperty("ratio")]
public virtual double? Ratio { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX