Class: Google::Cloud::Retail::V2::PriceInfo::PriceRange

Inherits:
Object
  • Object
show all
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

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