Class: Google::Shopping::Merchant::Products::V1::AutomatedDiscounts
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::AutomatedDiscounts
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/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
Returns The current sale price for products with a price optimized using Google Automated Discounts (GAD). Absent if the information about the GAD_price of the product is not available.
956 957 958 959 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 956 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prior_price ⇒ ::Google::Shopping::Type::Price
Returns The price prior to the application of the first price reduction. Absent if the information about the prior price of the product is not available.
956 957 958 959 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 956 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prior_price_progressive ⇒ ::Google::Shopping::Type::Price
Returns The price prior to the application of consecutive price reductions. Absent if the information about the prior price of the product is not available.
956 957 958 959 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 956 class AutomatedDiscounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |