LodgingRoomTypePrice

public final class LodgingRoomTypePrice

Container for Price information.

Parameters

baseRate
taxesAndFees
totalPrice
avgNightlyRate
avgNightlyRateWithFees
propertyMandatoryFees
totalPriceWithPropertyFees
refundableDamageDeposit

Constructors

Link copied to clipboard
public LodgingRoomTypePrice LodgingRoomTypePrice(    LodgingRoomTypePriceBaseRate baseRate,     LodgingRoomTypePriceTaxesAndFees taxesAndFees,     LodgingRoomTypePriceTotalPrice totalPrice,     LodgingRoomTypePriceAvgNightlyRate avgNightlyRate,     LodgingRoomTypePriceAvgNightlyRateWithFees avgNightlyRateWithFees,     LodgingRoomTypePricePropertyMandatoryFees propertyMandatoryFees,     LodgingRoomTypePriceTotalPriceWithPropertyFees totalPriceWithPropertyFees,     LodgingRoomTypePriceRefundableDamageDeposit refundableDamageDeposit)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
Link copied to clipboard
@Valid()
private final LodgingRoomTypePriceBaseRate baseRate
Link copied to clipboard
Link copied to clipboard

Functions