View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2PriceInfoPriceRange (google_api_retail v0.3.0)
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2PriceInfoPriceRange{
originalPrice:
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t() | nil,
price: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Interval.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.