Uses of Class
travel.wink.sdk.channel.manager.model.CustomMonetaryAmount
Packages that use CustomMonetaryAmount
-
Uses of CustomMonetaryAmount in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return CustomMonetaryAmountModifier and TypeMethodDescriptionCustomMonetaryAmount.amount(BigDecimal amount) @NotNull @Valid CustomMonetaryAmountPropertyRoomRate.getBaseRate()Get baseRate@Valid CustomMonetaryAmountVariableCharge.getFixedAmount()Get fixedAmountMethods in travel.wink.sdk.channel.manager.model with parameters of type CustomMonetaryAmountModifier and TypeMethodDescriptionPropertyRoomRate.baseRate(CustomMonetaryAmount baseRate) VariableCharge.fixedAmount(CustomMonetaryAmount fixedAmount) voidPropertyRoomRate.setBaseRate(CustomMonetaryAmount baseRate) voidVariableCharge.setFixedAmount(CustomMonetaryAmount fixedAmount)