Uses of Class
travel.wink.sdk.extranet.booking.model.QuoteLightweightSupplier
Packages that use QuoteLightweightSupplier
-
Uses of QuoteLightweightSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return QuoteLightweightSupplierModifier and TypeMethodDescriptionQuoteLightweightSupplier.exchangeRate(BigDecimal exchangeRate) @NotNull @Valid QuoteLightweightSupplierBookingContractSupplier.getCapturePriceQuote()The quote used to create totalCapturePrice.@NotNull @Valid QuoteLightweightSupplierBookingContractSupplier.getDisplayPriceQuote()The quote used to create totalDisplayPrice.@NotNull @Valid QuoteLightweightSupplierBookingContractSupplier.getInternalPriceQuote()The quote used to create totalInternalPrice.@Valid QuoteLightweightSupplierPayoutSupplier.getQuote()FX quote for this transfer.@NotNull @Valid QuoteLightweightSupplierLocalizedPriceSupplier.getSourceToInternalCurrencyQuote()Hotel to wink currency exchange rate.@Valid QuoteLightweightSupplierStayRateSupplier.getSourceToInternalCurrencyQuote()Hotel to wink currency exchange rate.@NotNull @Valid QuoteLightweightSupplierLocalizedPriceSupplier.getSourceToUserCurrencyQuote()Hotel to user currency exchange rate.@Valid QuoteLightweightSupplierStayRateSupplier.getSourceToUserCurrencyQuote()Hotel to user currency exchange rate.@NotNull @Valid QuoteLightweightSupplierBookingContractSupplier.getSupplierPriceQuote()The quote used to create totalSupplierPrice.Methods in travel.wink.sdk.extranet.booking.model with parameters of type QuoteLightweightSupplierModifier and TypeMethodDescriptionBookingContractSupplier.capturePriceQuote(QuoteLightweightSupplier capturePriceQuote) BookingContractSupplier.displayPriceQuote(QuoteLightweightSupplier displayPriceQuote) BookingContractSupplier.internalPriceQuote(QuoteLightweightSupplier internalPriceQuote) PayoutSupplier.quote(QuoteLightweightSupplier quote) voidBookingContractSupplier.setCapturePriceQuote(QuoteLightweightSupplier capturePriceQuote) voidBookingContractSupplier.setDisplayPriceQuote(QuoteLightweightSupplier displayPriceQuote) voidBookingContractSupplier.setInternalPriceQuote(QuoteLightweightSupplier internalPriceQuote) voidPayoutSupplier.setQuote(QuoteLightweightSupplier quote) voidLocalizedPriceSupplier.setSourceToInternalCurrencyQuote(QuoteLightweightSupplier sourceToInternalCurrencyQuote) voidStayRateSupplier.setSourceToInternalCurrencyQuote(QuoteLightweightSupplier sourceToInternalCurrencyQuote) voidLocalizedPriceSupplier.setSourceToUserCurrencyQuote(QuoteLightweightSupplier sourceToUserCurrencyQuote) voidStayRateSupplier.setSourceToUserCurrencyQuote(QuoteLightweightSupplier sourceToUserCurrencyQuote) voidBookingContractSupplier.setSupplierPriceQuote(QuoteLightweightSupplier supplierPriceQuote) LocalizedPriceSupplier.sourceToInternalCurrencyQuote(QuoteLightweightSupplier sourceToInternalCurrencyQuote) StayRateSupplier.sourceToInternalCurrencyQuote(QuoteLightweightSupplier sourceToInternalCurrencyQuote) LocalizedPriceSupplier.sourceToUserCurrencyQuote(QuoteLightweightSupplier sourceToUserCurrencyQuote) StayRateSupplier.sourceToUserCurrencyQuote(QuoteLightweightSupplier sourceToUserCurrencyQuote) BookingContractSupplier.supplierPriceQuote(QuoteLightweightSupplier supplierPriceQuote)