Class: Google::Apis::MerchantapiAccountsV1beta::LoyaltyProgramTiers

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb

Overview

Subset of a merchants loyalty program.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LoyaltyProgramTiers

Returns a new instance of LoyaltyProgramTiers.



1433
1434
1435
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1433

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tier_labelString

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. Corresponds to the JSON property tierLabel

Returns:

  • (String)


1431
1432
1433
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1431

def tier_label
  @tier_label
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1438
1439
1440
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 1438

def update!(**args)
  @tier_label = args[:tier_label] if args.key?(:tier_label)
end