PriceRangeType
Message Summary
message PriceRangeType
Price ranges refer to the defined range of prices associated with a Place. Each Place may have multiple price ranges.
Include: places_attributes.proto
Properties
Field | Type | Label | Description | |
---|---|---|---|---|
place_index | uint32 | repeated | Index of the Place in a pool. 0-based index references to place in PlacePartition. | |
min_range | double | An integer representing the lower price range. | ||
max_range | double | An integer representing the upper price range. | ||
qualifier | Text | repeated | Describes the defined range, such as room price or food price. | |
note | Text | repeated | Notes pertaining to accepted payment methods. | |
currency_type | ISOCurrencyType | Indicates the currency type associated with each price range. |