@@ -9011,6 +9011,11 @@ class Product
90119011 # @return [Fixnum]
90129012 attr_accessor :max_handling_time
90139013
9014+ # Maximum retail price (MRP) of the item. Applicable to India only.
9015+ # Corresponds to the JSON property `maximumRetailPrice`
9016+ # @return [Google::Apis::ContentV2_1::Price]
9017+ attr_accessor :maximum_retail_price
9018+
90149019 # The energy efficiency class as defined in EU directive 2010/30/EU.
90159020 # Corresponds to the JSON property `minEnergyEfficiencyClass`
90169021 # @return [String]
@@ -9329,6 +9334,7 @@ def update!(**args)
93299334 @material = args[:material] if args.key?(:material)
93309335 @max_energy_efficiency_class = args[:max_energy_efficiency_class] if args.key?(:max_energy_efficiency_class)
93319336 @max_handling_time = args[:max_handling_time] if args.key?(:max_handling_time)
9337+ @maximum_retail_price = args[:maximum_retail_price] if args.key?(:maximum_retail_price)
93329338 @min_energy_efficiency_class = args[:min_energy_efficiency_class] if args.key?(:min_energy_efficiency_class)
93339339 @min_handling_time = args[:min_handling_time] if args.key?(:min_handling_time)
93349340 @mobile_link = args[:mobile_link] if args.key?(:mobile_link)
@@ -11124,6 +11130,12 @@ class Promotion
1112411130 # @return [String]
1112511131 attr_accessor :coupon_value_type
1112611132
11133+ # The custom redemption restriction for the promotion. If the `
11134+ # redemption_restriction` field is set to `CUSTOM`, this field must be set.
11135+ # Corresponds to the JSON property `customRedemptionRestriction`
11136+ # @return [String]
11137+ attr_accessor :custom_redemption_restriction
11138+
1112711139 # Free gift description for the promotion.
1112811140 # Corresponds to the JSON property `freeGiftDescription`
1112911141 # @return [String]
@@ -11194,6 +11206,11 @@ class Promotion
1119411206 # @return [String]
1119511207 attr_accessor :long_title
1119611208
11209+ # The price represented as a number and currency.
11210+ # Corresponds to the JSON property `maxDiscountAmount`
11211+ # @return [Google::Apis::ContentV2_1::PriceAmount]
11212+ attr_accessor :max_discount_amount
11213+
1119711214 # The price represented as a number and currency.
1119811215 # Corresponds to the JSON property `minimumPurchaseAmount`
1119911216 # @return [Google::Apis::ContentV2_1::PriceAmount]
@@ -11295,6 +11312,11 @@ class Promotion
1129511312 # @return [Array<String>]
1129611313 attr_accessor :redemption_channel
1129711314
11315+ # The redemption restriction for the promotion.
11316+ # Corresponds to the JSON property `redemptionRestriction`
11317+ # @return [String]
11318+ attr_accessor :redemption_restriction
11319+
1129811320 # Shipping service names for the promotion.
1129911321 # Corresponds to the JSON property `shippingServiceNames`
1130011322 # @return [Array<String>]
@@ -11334,6 +11356,7 @@ def update!(**args)
1133411356 @brand_exclusion = args[:brand_exclusion] if args.key?(:brand_exclusion)
1133511357 @content_language = args[:content_language] if args.key?(:content_language)
1133611358 @coupon_value_type = args[:coupon_value_type] if args.key?(:coupon_value_type)
11359+ @custom_redemption_restriction = args[:custom_redemption_restriction] if args.key?(:custom_redemption_restriction)
1133711360 @free_gift_description = args[:free_gift_description] if args.key?(:free_gift_description)
1133811361 @free_gift_item_id = args[:free_gift_item_id] if args.key?(:free_gift_item_id)
1133911362 @free_gift_value = args[:free_gift_value] if args.key?(:free_gift_value)
@@ -11347,6 +11370,7 @@ def update!(**args)
1134711370 @limit_quantity = args[:limit_quantity] if args.key?(:limit_quantity)
1134811371 @limit_value = args[:limit_value] if args.key?(:limit_value)
1134911372 @long_title = args[:long_title] if args.key?(:long_title)
11373+ @max_discount_amount = args[:max_discount_amount] if args.key?(:max_discount_amount)
1135011374 @minimum_purchase_amount = args[:minimum_purchase_amount] if args.key?(:minimum_purchase_amount)
1135111375 @minimum_purchase_quantity = args[:minimum_purchase_quantity] if args.key?(:minimum_purchase_quantity)
1135211376 @money_budget = args[:money_budget] if args.key?(:money_budget)
@@ -11366,6 +11390,7 @@ def update!(**args)
1136611390 @promotion_status = args[:promotion_status] if args.key?(:promotion_status)
1136711391 @promotion_url = args[:promotion_url] if args.key?(:promotion_url)
1136811392 @redemption_channel = args[:redemption_channel] if args.key?(:redemption_channel)
11393+ @redemption_restriction = args[:redemption_restriction] if args.key?(:redemption_restriction)
1136911394 @shipping_service_names = args[:shipping_service_names] if args.key?(:shipping_service_names)
1137011395 @store_applicability = args[:store_applicability] if args.key?(:store_applicability)
1137111396 @store_code = args[:store_code] if args.key?(:store_code)
0 commit comments