Uses of Class
travel.wink.sdk.extranet.booking.model.VariableChargeSupplier
Packages that use VariableChargeSupplier
-
Uses of VariableChargeSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return VariableChargeSupplierModifier and TypeMethodDescriptionVariableChargeSupplier.fixedAmount(CustomMonetaryAmount fixedAmount) @Valid VariableChargeSupplierRatePlanSupplier.getEarlyCheckInCharge()Get earlyCheckInCharge@Valid VariableChargeSupplierRatePlanSupplier.getExtraChildRateModifier()Get extraChildRateModifier@Valid VariableChargeSupplierRatePlanSupplier.getExtraPaxRateModifier()Get extraPaxRateModifier@Valid VariableChargeSupplierRatePlanSupplier.getLateCheckOutCharge()Get lateCheckOutCharge@Valid VariableChargeSupplierRatePlanSupplier.getSingleOccupancyRateModifier()Get singleOccupancyRateModifierVariableChargeSupplier.type(VariableChargeSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.booking.model with parameters of type VariableChargeSupplierModifier and TypeMethodDescriptionRatePlanSupplier.earlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) RatePlanSupplier.extraChildRateModifier(VariableChargeSupplier extraChildRateModifier) RatePlanSupplier.extraPaxRateModifier(VariableChargeSupplier extraPaxRateModifier) RatePlanSupplier.lateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge) voidRatePlanSupplier.setEarlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) voidRatePlanSupplier.setExtraChildRateModifier(VariableChargeSupplier extraChildRateModifier) voidRatePlanSupplier.setExtraPaxRateModifier(VariableChargeSupplier extraPaxRateModifier) voidRatePlanSupplier.setLateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge) voidRatePlanSupplier.setSingleOccupancyRateModifier(VariableChargeSupplier singleOccupancyRateModifier) RatePlanSupplier.singleOccupancyRateModifier(VariableChargeSupplier singleOccupancyRateModifier)