Uses of Class
travel.wink.sdk.booking.model.QuoteLightweightBooker
Packages that use QuoteLightweightBooker
-
Uses of QuoteLightweightBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return QuoteLightweightBookerModifier and TypeMethodDescriptionQuoteLightweightBooker.exchangeRate(BigDecimal exchangeRate) @NotNull @Valid QuoteLightweightBookerBookingContractBooker.getCapturePriceQuote()The quote used to create totalCapturePrice.@NotNull @Valid QuoteLightweightBookerBookingContractBooker.getDisplayPriceQuote()The quote used to create totalDisplayPrice.@NotNull @Valid QuoteLightweightBookerBookingContractBooker.getInternalPriceQuote()The quote used to create totalInternalPrice.@Valid QuoteLightweightBookerPayoutBooker.getQuote()FX quote for this transfer.@NotNull @Valid QuoteLightweightBookerLocalizedPriceBooker.getSourceToInternalCurrencyQuote()Hotel to wink currency exchange rate.@Valid QuoteLightweightBookerStayRateBooker.getSourceToInternalCurrencyQuote()Hotel to wink currency exchange rate.@NotNull @Valid QuoteLightweightBookerLocalizedPriceBooker.getSourceToUserCurrencyQuote()Hotel to user currency exchange rate.@Valid QuoteLightweightBookerStayRateBooker.getSourceToUserCurrencyQuote()Hotel to user currency exchange rate.@NotNull @Valid QuoteLightweightBookerBookingContractBooker.getSupplierPriceQuote()The quote used to create totalSupplierPrice.Methods in travel.wink.sdk.booking.model with parameters of type QuoteLightweightBookerModifier and TypeMethodDescriptionBookingContractBooker.capturePriceQuote(QuoteLightweightBooker capturePriceQuote) BookingContractBooker.displayPriceQuote(QuoteLightweightBooker displayPriceQuote) BookingContractBooker.internalPriceQuote(QuoteLightweightBooker internalPriceQuote) PayoutBooker.quote(QuoteLightweightBooker quote) voidBookingContractBooker.setCapturePriceQuote(QuoteLightweightBooker capturePriceQuote) voidBookingContractBooker.setDisplayPriceQuote(QuoteLightweightBooker displayPriceQuote) voidBookingContractBooker.setInternalPriceQuote(QuoteLightweightBooker internalPriceQuote) voidPayoutBooker.setQuote(QuoteLightweightBooker quote) voidLocalizedPriceBooker.setSourceToInternalCurrencyQuote(QuoteLightweightBooker sourceToInternalCurrencyQuote) voidStayRateBooker.setSourceToInternalCurrencyQuote(QuoteLightweightBooker sourceToInternalCurrencyQuote) voidLocalizedPriceBooker.setSourceToUserCurrencyQuote(QuoteLightweightBooker sourceToUserCurrencyQuote) voidStayRateBooker.setSourceToUserCurrencyQuote(QuoteLightweightBooker sourceToUserCurrencyQuote) voidBookingContractBooker.setSupplierPriceQuote(QuoteLightweightBooker supplierPriceQuote) LocalizedPriceBooker.sourceToInternalCurrencyQuote(QuoteLightweightBooker sourceToInternalCurrencyQuote) StayRateBooker.sourceToInternalCurrencyQuote(QuoteLightweightBooker sourceToInternalCurrencyQuote) LocalizedPriceBooker.sourceToUserCurrencyQuote(QuoteLightweightBooker sourceToUserCurrencyQuote) StayRateBooker.sourceToUserCurrencyQuote(QuoteLightweightBooker sourceToUserCurrencyQuote) BookingContractBooker.supplierPriceQuote(QuoteLightweightBooker supplierPriceQuote)