Hotel Details Response Warnings Inner
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.
original Price
The original price from the Lodging Search API response.
new Price
The new price.
changed Amount
The difference between OriginalPrice
and NewPrice
.
changed Percentage
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)