GoogleApi.ContentWarehouse.V1.Model.GeostorePriceRangeProto
Table of Contents ▼
Jump to a specific part of the page:
Description
This message represents a price range of an attribute. The meaning of the price bounds is domain specific. But mainly they are soft bounds for a normal usage. E.g. "restaurant prices" are subject to an higher level of "soft" bounds than "museum admission price"
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
currency
(type:String.t
, default:nil
)
- Currency code for the price range: a valid currency code from i18n/identifiers/currencycode.h. Lower and upper price are both assumed to use the same currency. -
lowerPrice
(type:float()
, default:nil
)
- This message allows unbounded price ranges. e.g. Lower_price is undefined. At least one of the two prices must be set for the price range to be meaningful. -
units
(type:String.t
, default:nil
)
- clang-format on -
upperPrice
(type:float()
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePriceRangeProto