Class Service.Types.LoyaltyProgram
Loyalty program provided by a merchant.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |