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 VariableChargeSupplierRoomConfigurationPriceRatePlanSupplier.getEarlyCheckInCharge()Get earlyCheckInCharge@Valid VariableChargeSupplierRoomConfigurationPriceRatePlanSupplier.getLateCheckOutCharge()Get lateCheckOutChargeVariableChargeSupplier.type(VariableChargeSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.booking.model with parameters of type VariableChargeSupplierModifier and TypeMethodDescriptionRoomConfigurationPriceRatePlanSupplier.earlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) RoomConfigurationPriceRatePlanSupplier.lateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge) voidRoomConfigurationPriceRatePlanSupplier.setEarlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) voidRoomConfigurationPriceRatePlanSupplier.setLateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge)