Class: Google::Cloud::Retail::V2::PriceInfo::PriceRange
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::PriceInfo::PriceRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
The price range of all variant Product having the same Product.primary_product_id.
Instance Attribute Summary collapse
-
#original_price ⇒ ::Google::Cloud::Retail::V2::Interval
The inclusive Product.pricing_info.original_price internal of all variant Product having the same Product.primary_product_id.
-
#price ⇒ ::Google::Cloud::Retail::V2::Interval
The inclusive Product.pricing_info.price interval of all variant Product having the same Product.primary_product_id.
Instance Attribute Details
#original_price ⇒ ::Google::Cloud::Retail::V2::Interval
Returns The inclusive Product.pricing_info.original_price internal of all variant Product having the same Product.primary_product_id.
712 713 714 715 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 712 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#price ⇒ ::Google::Cloud::Retail::V2::Interval
Returns The inclusive Product.pricing_info.price interval of all variant Product having the same Product.primary_product_id.
712 713 714 715 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 712 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |