Uses of Class
travel.wink.sdk.extranet.model.LocalizedPriceDescriptive
Packages that use LocalizedPriceDescriptive
-
Uses of LocalizedPriceDescriptive in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return LocalizedPriceDescriptiveModifier and TypeMethodDescriptionLocalizedPriceDescriptive.channelDiscountPercent(Float channelDiscountPercent) @Valid LocalizedPriceDescriptiveAddOnOfferDescriptive.getPrice()Get price@Valid LocalizedPriceDescriptiveExtraChargeDescriptive.getPrice()Get price@Valid LocalizedPriceDescriptivePackageOfferDescriptive.getPrice()Get price@Valid LocalizedPriceDescriptiveAddOnOfferDescriptive.getUnitPrice()Get unitPrice@Valid LocalizedPriceDescriptiveExtraChargeDescriptive.getUnitPrice()Get unitPrice@Valid LocalizedPriceDescriptivePackageOfferDescriptive.getUnitPrice()Get unitPriceLocalizedPriceDescriptive.internalBaseTotal(MoneysDescriptive internalBaseTotal) LocalizedPriceDescriptive.internalChannelModifier(Double internalChannelModifier) LocalizedPriceDescriptive.internalPremiumModifier(Double internalPremiumModifier) LocalizedPriceDescriptive.internalPromotionalModifier(Double internalPromotionalModifier) LocalizedPriceDescriptive.internalTotal(MoneysDescriptive internalTotal) LocalizedPriceDescriptive.premiumPercent(Float premiumPercent) LocalizedPriceDescriptive.promotionalDiscountPercent(Float promotionalDiscountPercent) LocalizedPriceDescriptive.sourceBaseTotal(MoneysDescriptive sourceBaseTotal) LocalizedPriceDescriptive.sourceChannelModifier(Double sourceChannelModifier) LocalizedPriceDescriptive.sourcePremiumModifier(Double sourcePremiumModifier) LocalizedPriceDescriptive.sourcePromotionalModifier(Double sourcePromotionalModifier) LocalizedPriceDescriptive.sourceToInternalCurrencyQuote(QuoteDescriptive sourceToInternalCurrencyQuote) LocalizedPriceDescriptive.sourceTotal(MoneysDescriptive sourceTotal) LocalizedPriceDescriptive.sourceToUserCurrencyQuote(QuoteDescriptive sourceToUserCurrencyQuote) LocalizedPriceDescriptive.totalDiscountPercent(Float totalDiscountPercent) LocalizedPriceDescriptive.userSpecifiedCurrencyBaseTotal(MoneysDescriptive userSpecifiedCurrencyBaseTotal) LocalizedPriceDescriptive.userSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) LocalizedPriceDescriptive.userSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) LocalizedPriceDescriptive.userSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) LocalizedPriceDescriptive.userSpecifiedCurrencyTotal(MoneysDescriptive userSpecifiedCurrencyTotal) Methods in travel.wink.sdk.extranet.model with parameters of type LocalizedPriceDescriptiveModifier and TypeMethodDescriptionAddOnOfferDescriptive.price(LocalizedPriceDescriptive price) ExtraChargeDescriptive.price(LocalizedPriceDescriptive price) PackageOfferDescriptive.price(LocalizedPriceDescriptive price) voidAddOnOfferDescriptive.setPrice(LocalizedPriceDescriptive price) voidExtraChargeDescriptive.setPrice(LocalizedPriceDescriptive price) voidPackageOfferDescriptive.setPrice(LocalizedPriceDescriptive price) voidAddOnOfferDescriptive.setUnitPrice(LocalizedPriceDescriptive unitPrice) voidExtraChargeDescriptive.setUnitPrice(LocalizedPriceDescriptive unitPrice) voidPackageOfferDescriptive.setUnitPrice(LocalizedPriceDescriptive unitPrice) AddOnOfferDescriptive.unitPrice(LocalizedPriceDescriptive unitPrice) ExtraChargeDescriptive.unitPrice(LocalizedPriceDescriptive unitPrice) PackageOfferDescriptive.unitPrice(LocalizedPriceDescriptive unitPrice)