Uses of Class
travel.wink.sdk.events.model.BookingUserSpecifiedCurrencyTotal
Packages that use BookingUserSpecifiedCurrencyTotal
-
Uses of BookingUserSpecifiedCurrencyTotal in travel.wink.sdk.events.model
Methods in travel.wink.sdk.events.model that return BookingUserSpecifiedCurrencyTotalModifier and TypeMethodDescription@NotNull @Valid BookingUserSpecifiedCurrencyTotalBeneficiary.getAmountDueInCaptureCurrency()Get amountDueInCaptureCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalBeneficiary.getAmountDueInDisplayCurrency()Get amountDueInDisplayCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalBeneficiary.getAmountDueInInternalCurrency()Get amountDueInInternalCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalBeneficiary.getAmountDueInSourceCurrency()Get amountDueInSourceCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalBeneficiary.getAmountDueInSupplierCurrency()Get amountDueInSupplierCurrency@NotNull @Valid BookingUserSpecifiedCurrencyTotalGuestRoom.getBaseRate()Get baseRate@NotNull @Valid BookingUserSpecifiedCurrencyTotalDailyRate.getCapturePrice()Get capturePriceBookingContract.getCommissionableTotalCaptureAmount()Get commissionableTotalCaptureAmountBookingContract.getCommissionableTotalDisplayAmount()Get commissionableTotalDisplayAmountBookingContract.getCommissionableTotalInternalAmount()Get commissionableTotalInternalAmountBookingContract.getCommissionableTotalSourceAmount()Get commissionableTotalSourceAmountBookingContract.getCommissionableTotalSupplierAmount()Get commissionableTotalSupplierAmount@NotNull @Valid BookingUserSpecifiedCurrencyTotalDailyRate.getDisplayPrice()Get displayPriceBooking.getEarlyCheckInCharge()Get earlyCheckInChargeAddOn.getFee()Get feeBundle.getFee()Get feeRatePlanEarlyCheckInCharge.getFixedAmount()Get fixedAmountRatePlanExtraChildRateModifier.getFixedAmount()Get fixedAmountRatePlanExtraPaxRateModifier.getFixedAmount()Get fixedAmountRatePlanLateCheckOutCharge.getFixedAmount()Get fixedAmount@NotNull @Valid BookingUserSpecifiedCurrencyTotalRatePlanLevelFee.getFixedAmount()Get fixedAmountRatePlanSingleOccupancyRateModifier.getFixedAmount()Get fixedAmountStayRate.getInternalAveragePricePerNight()Get internalAveragePricePerNightLocalizedPrice.getInternalBaseTotal()Get internalBaseTotalStayRate.getInternalBaseTotal()Get internalBaseTotal@NotNull @Valid BookingUserSpecifiedCurrencyTotalDailyRate.getInternalPrice()Get internalPriceAddOnOffers.getInternalTotal()Get internalTotalLocalizedPrice.getInternalTotal()Get internalTotalStayRate.getInternalTotal()Get internalTotalBooking.getLateCheckOutCharge()Get lateCheckOutCharge@NotNull @Valid BookingUserSpecifiedCurrencyTotalGuestRoom.getMinRate()Get minRate@NotNull @Valid BookingUserSpecifiedCurrencyTotalDailyRate.getPrice()Get priceBookingContract.getRefundedCapturePrice()Get refundedCapturePriceBookingContract.getRefundedDisplayPrice()Get refundedDisplayPriceBookingContract.getRefundedInternalPrice()Get refundedInternalPriceBookingContract.getRefundedSourcePrice()Get refundedSourcePriceBookingContract.getRefundedSupplierPrice()Get refundedSupplierPriceStayRate.getSourceAveragePricePerNight()Get sourceAveragePricePerNightLocalizedPrice.getSourceBaseTotal()Get sourceBaseTotalStayRate.getSourceBaseTotal()Get sourceBaseTotalAddOnOffers.getSourceTotal()Get sourceTotalLocalizedPrice.getSourceTotal()Get sourceTotalStayRate.getSourceTotal()Get sourceTotal@NotNull @Valid BookingUserSpecifiedCurrencyTotalDailyRate.getSupplierPrice()Get supplierPriceBookingContract.getTotalCapturePrice()Get totalCapturePrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalBookingContractItem.getTotalCapturePrice()Get totalCapturePriceBookingContract.getTotalCapturePriceAfterCancellation()Get totalCapturePriceAfterCancellationBookingContractItem.getTotalCapturePriceAfterCancellation()Get totalCapturePriceAfterCancellationBookingContract.getTotalDisplayPrice()Get totalDisplayPrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalBookingContractItem.getTotalDisplayPrice()Get totalDisplayPriceBookingContract.getTotalDisplayPriceAfterCancellation()Get totalDisplayPriceAfterCancellationBookingContractItem.getTotalDisplayPriceAfterCancellation()Get totalDisplayPriceAfterCancellationBookingContract.getTotalInternalPrice()Get totalInternalPrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalBookingContractItem.getTotalInternalPrice()Get totalInternalPriceBookingContract.getTotalInternalPriceAfterCancellation()Get totalInternalPriceAfterCancellationBookingContractItem.getTotalInternalPriceAfterCancellation()Get totalInternalPriceAfterCancellationBookingContract.getTotalSourcePrice()Get totalSourcePrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalBookingContractItem.getTotalSourcePrice()Get totalSourcePriceBookingContract.getTotalSourcePriceAfterCancellation()Get totalSourcePriceAfterCancellationBookingContractItem.getTotalSourcePriceAfterCancellation()Get totalSourcePriceAfterCancellationBookingContract.getTotalSupplierPrice()Get totalSupplierPrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalBookingContractItem.getTotalSupplierPrice()Get totalSupplierPriceBookingContract.getTotalSupplierPriceAfterCancellation()Get totalSupplierPriceAfterCancellationBookingContractItem.getTotalSupplierPriceAfterCancellation()Get totalSupplierPriceAfterCancellationStayRate.getUserSpecifiedCurrencyAveragePricePerNight()Get userSpecifiedCurrencyAveragePricePerNightLocalizedPrice.getUserSpecifiedCurrencyBaseTotal()Get userSpecifiedCurrencyBaseTotalStayRate.getUserSpecifiedCurrencyBaseTotal()Get userSpecifiedCurrencyBaseTotalAddOnOffers.getUserSpecifiedCurrencyTotal()Get userSpecifiedCurrencyTotalBooking.getUserSpecifiedCurrencyTotal()Get userSpecifiedCurrencyTotalLocalizedPrice.getUserSpecifiedCurrencyTotal()Get userSpecifiedCurrencyTotalStayRate.getUserSpecifiedCurrencyTotal()Get userSpecifiedCurrencyTotalMethods in travel.wink.sdk.events.model with parameters of type BookingUserSpecifiedCurrencyTotalModifier and TypeMethodDescriptionBeneficiary.amountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) Beneficiary.amountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) Beneficiary.amountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) Beneficiary.amountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) Beneficiary.amountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) GuestRoom.baseRate(BookingUserSpecifiedCurrencyTotal baseRate) DailyRate.capturePrice(BookingUserSpecifiedCurrencyTotal capturePrice) BookingContract.commissionableTotalCaptureAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalCaptureAmount) BookingContract.commissionableTotalDisplayAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalDisplayAmount) BookingContract.commissionableTotalInternalAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalInternalAmount) BookingContract.commissionableTotalSourceAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalSourceAmount) BookingContract.commissionableTotalSupplierAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalSupplierAmount) DailyRate.displayPrice(BookingUserSpecifiedCurrencyTotal displayPrice) Booking.earlyCheckInCharge(BookingUserSpecifiedCurrencyTotal earlyCheckInCharge) AddOn.fee(BookingUserSpecifiedCurrencyTotal fee) Bundle.fee(BookingUserSpecifiedCurrencyTotal fee) RatePlanEarlyCheckInCharge.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) RatePlanExtraChildRateModifier.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) RatePlanExtraPaxRateModifier.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) RatePlanLateCheckOutCharge.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) RatePlanLevelFee.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) RatePlanSingleOccupancyRateModifier.fixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) StayRate.internalAveragePricePerNight(BookingUserSpecifiedCurrencyTotal internalAveragePricePerNight) LocalizedPrice.internalBaseTotal(BookingUserSpecifiedCurrencyTotal internalBaseTotal) StayRate.internalBaseTotal(BookingUserSpecifiedCurrencyTotal internalBaseTotal) DailyRate.internalPrice(BookingUserSpecifiedCurrencyTotal internalPrice) AddOnOffers.internalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) LocalizedPrice.internalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) StayRate.internalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) Booking.lateCheckOutCharge(BookingUserSpecifiedCurrencyTotal lateCheckOutCharge) GuestRoom.minRate(BookingUserSpecifiedCurrencyTotal minRate) DailyRate.price(BookingUserSpecifiedCurrencyTotal price) BookingContract.refundedCapturePrice(BookingUserSpecifiedCurrencyTotal refundedCapturePrice) BookingContract.refundedDisplayPrice(BookingUserSpecifiedCurrencyTotal refundedDisplayPrice) BookingContract.refundedInternalPrice(BookingUserSpecifiedCurrencyTotal refundedInternalPrice) BookingContract.refundedSourcePrice(BookingUserSpecifiedCurrencyTotal refundedSourcePrice) BookingContract.refundedSupplierPrice(BookingUserSpecifiedCurrencyTotal refundedSupplierPrice) voidBeneficiary.setAmountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) voidBeneficiary.setAmountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) voidBeneficiary.setAmountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) voidBeneficiary.setAmountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) voidBeneficiary.setAmountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) voidGuestRoom.setBaseRate(BookingUserSpecifiedCurrencyTotal baseRate) voidDailyRate.setCapturePrice(BookingUserSpecifiedCurrencyTotal capturePrice) voidBookingContract.setCommissionableTotalCaptureAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalCaptureAmount) voidBookingContract.setCommissionableTotalDisplayAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalDisplayAmount) voidBookingContract.setCommissionableTotalInternalAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalInternalAmount) voidBookingContract.setCommissionableTotalSourceAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalSourceAmount) voidBookingContract.setCommissionableTotalSupplierAmount(BookingUserSpecifiedCurrencyTotal commissionableTotalSupplierAmount) voidDailyRate.setDisplayPrice(BookingUserSpecifiedCurrencyTotal displayPrice) voidBooking.setEarlyCheckInCharge(BookingUserSpecifiedCurrencyTotal earlyCheckInCharge) voidAddOn.setFee(BookingUserSpecifiedCurrencyTotal fee) voidBundle.setFee(BookingUserSpecifiedCurrencyTotal fee) voidRatePlanEarlyCheckInCharge.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidRatePlanExtraChildRateModifier.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidRatePlanExtraPaxRateModifier.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidRatePlanLateCheckOutCharge.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidRatePlanLevelFee.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidRatePlanSingleOccupancyRateModifier.setFixedAmount(BookingUserSpecifiedCurrencyTotal fixedAmount) voidStayRate.setInternalAveragePricePerNight(BookingUserSpecifiedCurrencyTotal internalAveragePricePerNight) voidLocalizedPrice.setInternalBaseTotal(BookingUserSpecifiedCurrencyTotal internalBaseTotal) voidStayRate.setInternalBaseTotal(BookingUserSpecifiedCurrencyTotal internalBaseTotal) voidDailyRate.setInternalPrice(BookingUserSpecifiedCurrencyTotal internalPrice) voidAddOnOffers.setInternalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) voidLocalizedPrice.setInternalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) voidStayRate.setInternalTotal(BookingUserSpecifiedCurrencyTotal internalTotal) voidBooking.setLateCheckOutCharge(BookingUserSpecifiedCurrencyTotal lateCheckOutCharge) voidGuestRoom.setMinRate(BookingUserSpecifiedCurrencyTotal minRate) voidDailyRate.setPrice(BookingUserSpecifiedCurrencyTotal price) voidBookingContract.setRefundedCapturePrice(BookingUserSpecifiedCurrencyTotal refundedCapturePrice) voidBookingContract.setRefundedDisplayPrice(BookingUserSpecifiedCurrencyTotal refundedDisplayPrice) voidBookingContract.setRefundedInternalPrice(BookingUserSpecifiedCurrencyTotal refundedInternalPrice) voidBookingContract.setRefundedSourcePrice(BookingUserSpecifiedCurrencyTotal refundedSourcePrice) voidBookingContract.setRefundedSupplierPrice(BookingUserSpecifiedCurrencyTotal refundedSupplierPrice) voidStayRate.setSourceAveragePricePerNight(BookingUserSpecifiedCurrencyTotal sourceAveragePricePerNight) voidLocalizedPrice.setSourceBaseTotal(BookingUserSpecifiedCurrencyTotal sourceBaseTotal) voidStayRate.setSourceBaseTotal(BookingUserSpecifiedCurrencyTotal sourceBaseTotal) voidAddOnOffers.setSourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) voidLocalizedPrice.setSourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) voidStayRate.setSourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) voidDailyRate.setSupplierPrice(BookingUserSpecifiedCurrencyTotal supplierPrice) voidBookingContract.setTotalCapturePrice(BookingUserSpecifiedCurrencyTotal totalCapturePrice) voidBookingContractItem.setTotalCapturePrice(BookingUserSpecifiedCurrencyTotal totalCapturePrice) voidBookingContract.setTotalCapturePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalCapturePriceAfterCancellation) voidBookingContractItem.setTotalCapturePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalCapturePriceAfterCancellation) voidBookingContract.setTotalDisplayPrice(BookingUserSpecifiedCurrencyTotal totalDisplayPrice) voidBookingContractItem.setTotalDisplayPrice(BookingUserSpecifiedCurrencyTotal totalDisplayPrice) voidBookingContract.setTotalDisplayPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalDisplayPriceAfterCancellation) voidBookingContractItem.setTotalDisplayPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalDisplayPriceAfterCancellation) voidBookingContract.setTotalInternalPrice(BookingUserSpecifiedCurrencyTotal totalInternalPrice) voidBookingContractItem.setTotalInternalPrice(BookingUserSpecifiedCurrencyTotal totalInternalPrice) voidBookingContract.setTotalInternalPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalInternalPriceAfterCancellation) voidBookingContractItem.setTotalInternalPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalInternalPriceAfterCancellation) voidBookingContract.setTotalSourcePrice(BookingUserSpecifiedCurrencyTotal totalSourcePrice) voidBookingContractItem.setTotalSourcePrice(BookingUserSpecifiedCurrencyTotal totalSourcePrice) voidBookingContract.setTotalSourcePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSourcePriceAfterCancellation) voidBookingContractItem.setTotalSourcePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSourcePriceAfterCancellation) voidBookingContract.setTotalSupplierPrice(BookingUserSpecifiedCurrencyTotal totalSupplierPrice) voidBookingContractItem.setTotalSupplierPrice(BookingUserSpecifiedCurrencyTotal totalSupplierPrice) voidBookingContract.setTotalSupplierPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSupplierPriceAfterCancellation) voidBookingContractItem.setTotalSupplierPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSupplierPriceAfterCancellation) voidStayRate.setUserSpecifiedCurrencyAveragePricePerNight(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyAveragePricePerNight) voidLocalizedPrice.setUserSpecifiedCurrencyBaseTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyBaseTotal) voidStayRate.setUserSpecifiedCurrencyBaseTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyBaseTotal) voidAddOnOffers.setUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) voidBooking.setUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) voidLocalizedPrice.setUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) voidStayRate.setUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) StayRate.sourceAveragePricePerNight(BookingUserSpecifiedCurrencyTotal sourceAveragePricePerNight) LocalizedPrice.sourceBaseTotal(BookingUserSpecifiedCurrencyTotal sourceBaseTotal) StayRate.sourceBaseTotal(BookingUserSpecifiedCurrencyTotal sourceBaseTotal) AddOnOffers.sourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) LocalizedPrice.sourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) StayRate.sourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) DailyRate.supplierPrice(BookingUserSpecifiedCurrencyTotal supplierPrice) BookingContract.totalCapturePrice(BookingUserSpecifiedCurrencyTotal totalCapturePrice) BookingContractItem.totalCapturePrice(BookingUserSpecifiedCurrencyTotal totalCapturePrice) BookingContract.totalCapturePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalCapturePriceAfterCancellation) BookingContractItem.totalCapturePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalCapturePriceAfterCancellation) BookingContract.totalDisplayPrice(BookingUserSpecifiedCurrencyTotal totalDisplayPrice) BookingContractItem.totalDisplayPrice(BookingUserSpecifiedCurrencyTotal totalDisplayPrice) BookingContract.totalDisplayPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalDisplayPriceAfterCancellation) BookingContractItem.totalDisplayPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalDisplayPriceAfterCancellation) BookingContract.totalInternalPrice(BookingUserSpecifiedCurrencyTotal totalInternalPrice) BookingContractItem.totalInternalPrice(BookingUserSpecifiedCurrencyTotal totalInternalPrice) BookingContract.totalInternalPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalInternalPriceAfterCancellation) BookingContractItem.totalInternalPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalInternalPriceAfterCancellation) BookingContract.totalSourcePrice(BookingUserSpecifiedCurrencyTotal totalSourcePrice) BookingContractItem.totalSourcePrice(BookingUserSpecifiedCurrencyTotal totalSourcePrice) BookingContract.totalSourcePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSourcePriceAfterCancellation) BookingContractItem.totalSourcePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSourcePriceAfterCancellation) BookingContract.totalSupplierPrice(BookingUserSpecifiedCurrencyTotal totalSupplierPrice) BookingContractItem.totalSupplierPrice(BookingUserSpecifiedCurrencyTotal totalSupplierPrice) BookingContract.totalSupplierPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSupplierPriceAfterCancellation) BookingContractItem.totalSupplierPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSupplierPriceAfterCancellation) StayRate.userSpecifiedCurrencyAveragePricePerNight(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyAveragePricePerNight) LocalizedPrice.userSpecifiedCurrencyBaseTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyBaseTotal) StayRate.userSpecifiedCurrencyBaseTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyBaseTotal) AddOnOffers.userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) Booking.userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) LocalizedPrice.userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) StayRate.userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal)