View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2PriceInfoPriceRange (google_api_retail v0.19.1)
The price range of all variant Product having the same Product.primary_product_id.
Attributes
-
originalPrice
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t
, default:nil
) - The inclusive Product.pricing_info.original_price internal of all variant Product having the same Product.primary_product_id. -
price
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t
, default:nil
) - The inclusive Product.pricing_info.price interval of all variant Product having the same Product.primary_product_id.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2PriceInfoPriceRange{ originalPrice: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t() | nil, price: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t() | nil }