Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.15 KB

Product.md

File metadata and controls

23 lines (19 loc) · 1.15 KB

Product

Properties

Name Type Description Notes
Code string product code [optional] [default to null]
Offer bool [optional] [default to null]
PayAtHotel bool [optional] [default to null]
Nonrefundable bool [optional] [default to null]
Price string [optional] [default to null]
Currency string [optional] [default to null]
Rooms []Room [optional] [default to null]
SupportsCancellation bool [optional] [default to null]
HotelCurrency string [optional] [default to null]
HotelPrice string [optional] [default to null]
MealType string [optional] [default to null]
Policies []Policy [optional] [default to null]
MinimumSellingPrice string [optional] [default to null]
View bool [optional] [default to null]

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