Show / Hide Table of Contents

Class Service.Types.LoyaltyProgram

Loyalty program provided by a business.

Inheritance
object
Service.Types.LoyaltyProgram
Implements
IMessage<Service.Types.LoyaltyProgram>
IEquatable<Service.Types.LoyaltyProgram>
IDeepCloneable<Service.Types.LoyaltyProgram>
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 : IMessage<Service.Types.LoyaltyProgram>, IEquatable<Service.Types.LoyaltyProgram>, IDeepCloneable<Service.Types.LoyaltyProgram>, IBufferMessage, IMessage

Constructors

LoyaltyProgram()

Declaration
public LoyaltyProgram()

LoyaltyProgram(LoyaltyProgram)

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

Properties

HasProgramLabel

Gets whether the "program_label" field is set

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

LoyaltyProgramTiers

Optional. Loyalty program tier of this shipping service.

Declaration
public RepeatedField<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers> LoyaltyProgramTiers { get; }
Property Value
Type Description
RepeatedField<Service.Types.LoyaltyProgram.Types.LoyaltyProgramTiers>

ProgramLabel

This is the loyalty program label set in your loyalty program settings in Merchant Center. This sub-attribute allows Google to map your loyalty program to eligible offers.

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