Hotel Details Response Warnings Inner All Of
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.
original Price
The original price from the Lodging Search API response.
new Price
The new price.
changed Amount
The difference between OriginalPrice
and NewPrice
.
Constructors
Link copied to clipboard
public HotelDetailsResponseWarningsInnerAllOf HotelDetailsResponseWarningsInnerAllOf(Object code, Object originalPrice, Object newPrice, Object changedAmount)