Uses of Class
travel.wink.sdk.extranet.monetize.model.CustomMonetaryAmount
Packages that use CustomMonetaryAmount
-
Uses of CustomMonetaryAmount in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return CustomMonetaryAmountModifier and TypeMethodDescriptionCustomMonetaryAmount.amount(BigDecimal amount) @NotNull @Valid CustomMonetaryAmountTransactionalTravelInventory.getBasePrice()Get basePrice@NotNull @Valid CustomMonetaryAmountTransactionalTravelInventorySupplier.getBasePrice()Get basePrice@NotNull @Valid CustomMonetaryAmountGuestRoomSupplier.getBaseRate()Get baseRate@NotNull @Valid CustomMonetaryAmountTransactionalTravelInventory.getDiscountedPrice()Get discountedPrice@NotNull @Valid CustomMonetaryAmountTransactionalTravelInventorySupplier.getDiscountedPrice()Get discountedPrice@NotNull @Valid CustomMonetaryAmountRatePlanLevelFee.getFixedAmount()Get fixedAmount@NotNull @Valid CustomMonetaryAmountRatePlanLevelFeeSupplier.getFixedAmount()Get fixedAmount@Valid CustomMonetaryAmountVariableCharge.getFixedAmount()Get fixedAmount@Valid CustomMonetaryAmountVariableChargeSupplier.getFixedAmount()Get fixedAmount@NotNull @Valid CustomMonetaryAmountGuestRoomSupplier.getMinRate()Get minRateMethods in travel.wink.sdk.extranet.monetize.model with parameters of type CustomMonetaryAmountModifier and TypeMethodDescriptionTransactionalTravelInventory.basePrice(CustomMonetaryAmount basePrice) TransactionalTravelInventorySupplier.basePrice(CustomMonetaryAmount basePrice) GuestRoomSupplier.baseRate(CustomMonetaryAmount baseRate) TransactionalTravelInventory.discountedPrice(CustomMonetaryAmount discountedPrice) TransactionalTravelInventorySupplier.discountedPrice(CustomMonetaryAmount discountedPrice) RatePlanLevelFee.fixedAmount(CustomMonetaryAmount fixedAmount) RatePlanLevelFeeSupplier.fixedAmount(CustomMonetaryAmount fixedAmount) VariableCharge.fixedAmount(CustomMonetaryAmount fixedAmount) VariableChargeSupplier.fixedAmount(CustomMonetaryAmount fixedAmount) GuestRoomSupplier.minRate(CustomMonetaryAmount minRate) voidTransactionalTravelInventory.setBasePrice(CustomMonetaryAmount basePrice) voidTransactionalTravelInventorySupplier.setBasePrice(CustomMonetaryAmount basePrice) voidGuestRoomSupplier.setBaseRate(CustomMonetaryAmount baseRate) voidTransactionalTravelInventory.setDiscountedPrice(CustomMonetaryAmount discountedPrice) voidTransactionalTravelInventorySupplier.setDiscountedPrice(CustomMonetaryAmount discountedPrice) voidRatePlanLevelFee.setFixedAmount(CustomMonetaryAmount fixedAmount) voidRatePlanLevelFeeSupplier.setFixedAmount(CustomMonetaryAmount fixedAmount) voidVariableCharge.setFixedAmount(CustomMonetaryAmount fixedAmount) voidVariableChargeSupplier.setFixedAmount(CustomMonetaryAmount fixedAmount) voidGuestRoomSupplier.setMinRate(CustomMonetaryAmount minRate)