Class: Google::Shopping::Merchant::Products::V1beta::AutomatedDiscounts
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::AutomatedDiscounts
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
Information regarding Automated Discounts.
Instance Attribute Summary collapse
-
#gad_price ⇒ ::Google::Shopping::Type::Price
The current sale price for products with a price optimized using Google Automated Discounts (GAD).
-
#prior_price ⇒ ::Google::Shopping::Type::Price
The price prior to the application of the first price reduction.
-
#prior_price_progressive ⇒ ::Google::Shopping::Type::Price
The price prior to the application of consecutive price reductions.
Instance Attribute Details
#gad_price ⇒ ::Google::Shopping::Type::Price
1009 1010 1011 1012 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 1009 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prior_price ⇒ ::Google::Shopping::Type::Price
1009 1010 1011 1012 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 1009 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prior_price_progressive ⇒ ::Google::Shopping::Type::Price
1009 1010 1011 1012 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 1009 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |