Class: Google::Shopping::Merchant::Accounts::V1::Service::LoyaltyProgram::LoyaltyProgramTiers
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Service::LoyaltyProgram::LoyaltyProgramTiers
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb
Overview
Subset of a business's loyalty program.
Instance Attribute Summary collapse
-
#tier_label ⇒ ::String
The tier label [tier_label] sub-attribute differentiates offer level benefits between each tier.
Instance Attribute Details
#tier_label ⇒ ::String
Returns 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.
211 212 213 214 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb', line 211 class LoyaltyProgramTiers include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |