Show / Hide Table of Contents

Class Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers

Subset of a business's loyalty program.

Inheritance
object
Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers
Implements
IMessage<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>
IEquatable<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>
IDeepCloneable<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers : IMessage<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>, IEquatable<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>, IDeepCloneable<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>, IBufferMessage, IMessage

Constructors

LoyaltyProgramTiers()

Declaration
public LoyaltyProgramTiers()

LoyaltyProgramTiers(LoyaltyProgramTiers)

Declaration
public LoyaltyProgramTiers(Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers other)
Parameters
Type Name Description
Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers other

Properties

HasTierLabel

Gets whether the "tier_label" field is set

Declaration
public bool HasTierLabel { get; }
Property Value
Type Description
bool

TierLabel

The tier label [tier_label] sub-attribute differentiates offer level benefits between each tier. This value is also set in your program settings in Merchant Center, and is required for data source changes even if your loyalty program only has 1 tier.

Declaration
public string TierLabel { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX