Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 971 Bytes

File metadata and controls

16 lines (12 loc) · 971 Bytes

Unifapi.Sdk.Model.HotelPrice

Stay price or daily price calendar when present.

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]