Uses of Class
travel.wink.sdk.booking.model.QuoteAuthenticatedEntity
Packages that use QuoteAuthenticatedEntity
-
Uses of QuoteAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return QuoteAuthenticatedEntityModifier and TypeMethodDescriptionQuoteAuthenticatedEntity.exchangeRate(BigDecimal exchangeRate) @NotNull @Valid QuoteAuthenticatedEntityLocalizedPriceAuthenticatedEntity.getSourceToInternalCurrencyQuote()Get sourceToInternalCurrencyQuote@Valid QuoteAuthenticatedEntityStayRateAuthenticatedEntity.getSourceToInternalCurrencyQuote()Get sourceToInternalCurrencyQuote@NotNull @Valid QuoteAuthenticatedEntityLocalizedPriceAuthenticatedEntity.getSourceToUserCurrencyQuote()Get sourceToUserCurrencyQuote@Valid QuoteAuthenticatedEntityStayRateAuthenticatedEntity.getSourceToUserCurrencyQuote()Get sourceToUserCurrencyQuoteMethods in travel.wink.sdk.booking.model with parameters of type QuoteAuthenticatedEntityModifier and TypeMethodDescriptionvoidLocalizedPriceAuthenticatedEntity.setSourceToInternalCurrencyQuote(QuoteAuthenticatedEntity sourceToInternalCurrencyQuote) voidStayRateAuthenticatedEntity.setSourceToInternalCurrencyQuote(QuoteAuthenticatedEntity sourceToInternalCurrencyQuote) voidLocalizedPriceAuthenticatedEntity.setSourceToUserCurrencyQuote(QuoteAuthenticatedEntity sourceToUserCurrencyQuote) voidStayRateAuthenticatedEntity.setSourceToUserCurrencyQuote(QuoteAuthenticatedEntity sourceToUserCurrencyQuote) LocalizedPriceAuthenticatedEntity.sourceToInternalCurrencyQuote(QuoteAuthenticatedEntity sourceToInternalCurrencyQuote) StayRateAuthenticatedEntity.sourceToInternalCurrencyQuote(QuoteAuthenticatedEntity sourceToInternalCurrencyQuote) LocalizedPriceAuthenticatedEntity.sourceToUserCurrencyQuote(QuoteAuthenticatedEntity sourceToUserCurrencyQuote) StayRateAuthenticatedEntity.sourceToUserCurrencyQuote(QuoteAuthenticatedEntity sourceToUserCurrencyQuote)