RoomTypePriceTotalPrice

public final class RoomTypePriceTotalPrice

The total price of the rate plan, which is equal to the sum of BaseRate and TaxesAndFees. Hotel mandatory fees are not included as these are paid at the hotel at checkout.

Parameters

value The value of the element being defined.

currency

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

localCurrencyPrice

Constructors

Link copied to clipboard
public RoomTypePriceTotalPrice RoomTypePriceTotalPrice(String value, String currency, Money localCurrencyPrice)

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