Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 935 Bytes

File metadata and controls

15 lines (11 loc) · 935 Bytes

Unifapi.Sdk.Model.HotelSearchResultPrices

Properties

Name Type Description Notes
Price decimal Nightly price in the response currency. [optional]
PriceWithoutDiscount decimal Full nightly price before any discount, when a discount applies. [optional]
Currency string ISO 4217 currency code for the price, such as USD. [optional]
DiscountText string Discount label, such as "23% less than usual". [optional]
PricesByDates List<HotelPriceByDate> Daily price calendar, populated when /hotels/info requests load_prices_by_dates. [optional]
Extras Dictionary [optional]

[Back to Model list] [Back to API list] [Back to README]