public static interface Service.LoyaltyProgram.LoyaltyProgramTiersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTierLabel()
public abstract String getTierLabel()
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.
optional string tier_label = 1;
Returns | |
---|---|
Type | Description |
String |
The tierLabel. |
getTierLabelBytes()
public abstract ByteString getTierLabelBytes()
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.
optional string tier_label = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tierLabel. |
hasTierLabel()
public abstract boolean hasTierLabel()
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.
optional string tier_label = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the tierLabel field is set. |