RoomTypePriceTotalPriceWithHotelFees

The total combined price that includes TotalPrice that will be charged by Expedia (BaseRate + TaxesAndFees) combined with any HotelMandatoryFees that will be charged at hotel. NOTE: Since UK regulations require that HotelMandatoryFees be included in this price, the quoted price will only be accurate for the day of quote. This is due to the fact that currency exchange fluctuations will change the exact amount of any HotelMandatoryFees that are to be collected at the hotel during the guest's stay if the cost is converted into any other currency. CMA Compliance Note (UK): Websites doing business in the UK should be displaying this value to be compliant with CMA requirements.

Parameters

value The value of the element being defined.

currency

The ISO 4217 Currency Code that the value is expressed in.

localCurrencyPrice

Constructors

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String currency
Link copied to clipboard
@Valid()
private final Money localCurrencyPrice
Link copied to clipboard
@Valid()
private final String value

Functions

Link copied to clipboard
Link copied to clipboard
public final String getCurrency()
Link copied to clipboard
Link copied to clipboard
public final String getValue()
Link copied to clipboard