Uses of Class
travel.wink.sdk.booking.engine.model.Quote
Packages that use Quote
-
Uses of Quote in travel.wink.sdk.booking.engine.api
Methods in travel.wink.sdk.booking.engine.api that return types with arguments of type QuoteModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Quote>ReferenceApi.showExchangeRate(String sourceCurrency, String targetCurrency) Show exchange rate Show exchange rate between target and source currencyreactor.core.publisher.Flux<Quote>ReferenceApi.showExchangeRateForTargetCurrency(String currency) Show exchange rates Show exchange rates for target currency and all payment-supported currencies.ReferenceApi.showExchangeRateForTargetCurrencyWithHttpInfo(String currency) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Quote>>ReferenceApi.showExchangeRateWithHttpInfo(String sourceCurrency, String targetCurrency) -
Uses of Quote in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return QuoteModifier and TypeMethodDescriptionQuote.exchangeRate(Double exchangeRate) @NotNull @Valid QuoteBookingContract.getCapturePriceQuote()Get capturePriceQuote@NotNull @Valid QuoteBookingContract.getDisplayPriceQuote()Get displayPriceQuote@NotNull @Valid QuoteBookingContract.getInternalPriceQuote()Get internalPriceQuote@Valid QuoteExchangeRateView.getQuote()Get quote@Valid QuoteHotelWithBestPrice.getSourceToInternalCurrencyQuote()Get sourceToInternalCurrencyQuote@Valid QuoteLocalizedPrice.getSourceToInternalCurrencyQuote()Get sourceToInternalCurrencyQuote@Valid QuoteStayRate.getSourceToInternalCurrencyQuote()Get sourceToInternalCurrencyQuote@Valid QuoteHotelWithBestPrice.getSourceToUserCurrencyQuote()Get sourceToUserCurrencyQuote@Valid QuoteLocalizedPrice.getSourceToUserCurrencyQuote()Get sourceToUserCurrencyQuote@Valid QuoteStayRate.getSourceToUserCurrencyQuote()Get sourceToUserCurrencyQuote@NotNull @Valid QuoteBookingContract.getSupplierPriceQuote()Get supplierPriceQuoteMethods in travel.wink.sdk.booking.engine.model with parameters of type QuoteModifier and TypeMethodDescriptionBookingContract.capturePriceQuote(Quote capturePriceQuote) BookingContract.displayPriceQuote(Quote displayPriceQuote) BookingContract.internalPriceQuote(Quote internalPriceQuote) voidBookingContract.setCapturePriceQuote(Quote capturePriceQuote) voidBookingContract.setDisplayPriceQuote(Quote displayPriceQuote) voidBookingContract.setInternalPriceQuote(Quote internalPriceQuote) voidvoidHotelWithBestPrice.setSourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) voidLocalizedPrice.setSourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) voidStayRate.setSourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) voidHotelWithBestPrice.setSourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) voidLocalizedPrice.setSourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) voidStayRate.setSourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) voidBookingContract.setSupplierPriceQuote(Quote supplierPriceQuote) HotelWithBestPrice.sourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) LocalizedPrice.sourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) StayRate.sourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) HotelWithBestPrice.sourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) LocalizedPrice.sourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) StayRate.sourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) BookingContract.supplierPriceQuote(Quote supplierPriceQuote)