HotelDetailsResponseWarningsInner
Parameters
code
The code of the warning. Available values are: - PRICE_DECREASED: The price decreased after shopping. - PRICE_INCREASED: The price increased after shopping. - CURRENCY_CHANGE: You will be charged in a different currency.
description
A detail information of what happened.
originalPrice
The original price from the Lodging Search API response.
newPrice
The new price.
changedAmount
The difference between OriginalPrice and NewPrice.
changedPercentage
The changed percentage. In the sample 2.97 means the changed percentage is 2.97%.
Constructors
Link copied to clipboard
public HotelDetailsResponseWarningsInner HotelDetailsResponseWarningsInner(Object code, String description, Object originalPrice, Object newPrice, Object changedAmount, String changedPercentage)