Package travel.wink.sdk.affiliate.model
Class LocalizedPriceAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.LocalizedPriceAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-12T18:08:19.345230203+07:00[Asia/Bangkok]")
public class LocalizedPriceAffiliate
extends Object
Pricing information for this ancillary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelDiscountPercent(Float channelDiscountPercent) booleanChannel discount percentGet hasChannelDiscountGet hasPremiumGet hasPromotion@NotNull @Valid MoneysAffiliateGet internalBaseTotalChannel / Membership modifier in wink currencyPremium modifiers in wink currencyPromotional modifiers in wink currency@Valid MoneysAffiliateGet internalTotalPremium percentPromotional discount percentHow many of this item is included in this price@NotNull @Valid MoneysAffiliateGet sourceBaseTotalChannel / Membership modifier in hotel currencyPremium modifiers in hotel currencyPromotional modifiers in hotel currency@NotNull @Valid QuoteAffiliateGet sourceToInternalCurrencyQuote@Valid MoneysAffiliateGet sourceTotal@NotNull @Valid QuoteAffiliateGet sourceToUserCurrencyQuoteGet totalDiscountPercent@NotNull @Valid MoneysAffiliateGet userSpecifiedCurrencyBaseTotalChannel / Membership modifier in user specified currencyPremium modifiers in user specified currencyPromotional modifiers in user specified currency@Valid MoneysAffiliateGet userSpecifiedCurrencyTotalhasChannelDiscount(Boolean hasChannelDiscount) inthashCode()hasPremium(Boolean hasPremium) hasPromotion(Boolean hasPromotion) internalBaseTotal(MoneysAffiliate internalBaseTotal) internalChannelModifier(Double internalChannelModifier) internalPremiumModifier(Double internalPremiumModifier) internalPromotionalModifier(Double internalPromotionalModifier) internalTotal(MoneysAffiliate internalTotal) premiumPercent(Float premiumPercent) promotionalDiscountPercent(Float promotionalDiscountPercent) voidsetChannelDiscountPercent(Float channelDiscountPercent) voidsetHasChannelDiscount(Boolean hasChannelDiscount) voidsetHasPremium(Boolean hasPremium) voidsetHasPromotion(Boolean hasPromotion) voidsetInternalBaseTotal(MoneysAffiliate internalBaseTotal) voidsetInternalChannelModifier(Double internalChannelModifier) voidsetInternalPremiumModifier(Double internalPremiumModifier) voidsetInternalPromotionalModifier(Double internalPromotionalModifier) voidsetInternalTotal(MoneysAffiliate internalTotal) voidsetPremiumPercent(Float premiumPercent) voidsetPromotionalDiscountPercent(Float promotionalDiscountPercent) voidsetQuantity(Integer quantity) voidsetSourceBaseTotal(MoneysAffiliate sourceBaseTotal) voidsetSourceChannelModifier(Double sourceChannelModifier) voidsetSourcePremiumModifier(Double sourcePremiumModifier) voidsetSourcePromotionalModifier(Double sourcePromotionalModifier) voidsetSourceToInternalCurrencyQuote(QuoteAffiliate sourceToInternalCurrencyQuote) voidsetSourceTotal(MoneysAffiliate sourceTotal) voidsetSourceToUserCurrencyQuote(QuoteAffiliate sourceToUserCurrencyQuote) voidsetTotalDiscountPercent(Float totalDiscountPercent) voidsetUserSpecifiedCurrencyBaseTotal(MoneysAffiliate userSpecifiedCurrencyBaseTotal) voidsetUserSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) voidsetUserSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) voidsetUserSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) voidsetUserSpecifiedCurrencyTotal(MoneysAffiliate userSpecifiedCurrencyTotal) sourceBaseTotal(MoneysAffiliate sourceBaseTotal) sourceChannelModifier(Double sourceChannelModifier) sourcePremiumModifier(Double sourcePremiumModifier) sourcePromotionalModifier(Double sourcePromotionalModifier) sourceToInternalCurrencyQuote(QuoteAffiliate sourceToInternalCurrencyQuote) sourceTotal(MoneysAffiliate sourceTotal) sourceToUserCurrencyQuote(QuoteAffiliate sourceToUserCurrencyQuote) toString()totalDiscountPercent(Float totalDiscountPercent) userSpecifiedCurrencyBaseTotal(MoneysAffiliate userSpecifiedCurrencyBaseTotal) userSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) userSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) userSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) userSpecifiedCurrencyTotal(MoneysAffiliate userSpecifiedCurrencyTotal)
-
Field Details
-
JSON_PROPERTY_SOURCE_TO_USER_CURRENCY_QUOTE
- See Also:
-
JSON_PROPERTY_SOURCE_TO_INTERNAL_CURRENCY_QUOTE
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_BASE_TOTAL
- See Also:
-
JSON_PROPERTY_SOURCE_BASE_TOTAL
- See Also:
-
JSON_PROPERTY_INTERNAL_BASE_TOTAL
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PROMOTIONAL_MODIFIER
- See Also:
-
JSON_PROPERTY_SOURCE_PROMOTIONAL_MODIFIER
- See Also:
-
JSON_PROPERTY_INTERNAL_PROMOTIONAL_MODIFIER
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PREMIUM_MODIFIER
- See Also:
-
JSON_PROPERTY_SOURCE_PREMIUM_MODIFIER
- See Also:
-
JSON_PROPERTY_INTERNAL_PREMIUM_MODIFIER
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_CHANNEL_MODIFIER
- See Also:
-
JSON_PROPERTY_SOURCE_CHANNEL_MODIFIER
- See Also:
-
JSON_PROPERTY_INTERNAL_CHANNEL_MODIFIER
- See Also:
-
JSON_PROPERTY_QUANTITY
- See Also:
-
JSON_PROPERTY_PROMOTIONAL_DISCOUNT_PERCENT
- See Also:
-
JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT
- See Also:
-
JSON_PROPERTY_PREMIUM_PERCENT
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL
- See Also:
-
JSON_PROPERTY_INTERNAL_TOTAL
- See Also:
-
JSON_PROPERTY_HAS_PREMIUM
- See Also:
-
JSON_PROPERTY_HAS_PROMOTION
- See Also:
-
JSON_PROPERTY_SOURCE_TOTAL
- See Also:
-
JSON_PROPERTY_TOTAL_DISCOUNT_PERCENT
- See Also:
-
JSON_PROPERTY_HAS_CHANNEL_DISCOUNT
- See Also:
-
-
Constructor Details
-
LocalizedPriceAffiliate
public LocalizedPriceAffiliate()
-
-
Method Details
-
sourceToUserCurrencyQuote
-
getSourceToUserCurrencyQuote
Get sourceToUserCurrencyQuote- Returns:
- sourceToUserCurrencyQuote
-
setSourceToUserCurrencyQuote
-
sourceToInternalCurrencyQuote
public LocalizedPriceAffiliate sourceToInternalCurrencyQuote(QuoteAffiliate sourceToInternalCurrencyQuote) -
getSourceToInternalCurrencyQuote
Get sourceToInternalCurrencyQuote- Returns:
- sourceToInternalCurrencyQuote
-
setSourceToInternalCurrencyQuote
-
userSpecifiedCurrencyBaseTotal
public LocalizedPriceAffiliate userSpecifiedCurrencyBaseTotal(MoneysAffiliate userSpecifiedCurrencyBaseTotal) -
getUserSpecifiedCurrencyBaseTotal
Get userSpecifiedCurrencyBaseTotal- Returns:
- userSpecifiedCurrencyBaseTotal
-
setUserSpecifiedCurrencyBaseTotal
-
sourceBaseTotal
-
getSourceBaseTotal
Get sourceBaseTotal- Returns:
- sourceBaseTotal
-
setSourceBaseTotal
-
internalBaseTotal
-
getInternalBaseTotal
Get internalBaseTotal- Returns:
- internalBaseTotal
-
setInternalBaseTotal
-
userSpecifiedCurrencyPromotionalModifier
public LocalizedPriceAffiliate userSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) -
getUserSpecifiedCurrencyPromotionalModifier
Promotional modifiers in user specified currency- Returns:
- userSpecifiedCurrencyPromotionalModifier
-
setUserSpecifiedCurrencyPromotionalModifier
public void setUserSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) -
sourcePromotionalModifier
-
getSourcePromotionalModifier
Promotional modifiers in hotel currency- Returns:
- sourcePromotionalModifier
-
setSourcePromotionalModifier
-
internalPromotionalModifier
-
getInternalPromotionalModifier
Promotional modifiers in wink currency- Returns:
- internalPromotionalModifier
-
setInternalPromotionalModifier
-
userSpecifiedCurrencyPremiumModifier
public LocalizedPriceAffiliate userSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) -
getUserSpecifiedCurrencyPremiumModifier
Premium modifiers in user specified currency- Returns:
- userSpecifiedCurrencyPremiumModifier
-
setUserSpecifiedCurrencyPremiumModifier
-
sourcePremiumModifier
-
getSourcePremiumModifier
Premium modifiers in hotel currency- Returns:
- sourcePremiumModifier
-
setSourcePremiumModifier
-
internalPremiumModifier
-
getInternalPremiumModifier
Premium modifiers in wink currency- Returns:
- internalPremiumModifier
-
setInternalPremiumModifier
-
userSpecifiedCurrencyChannelModifier
public LocalizedPriceAffiliate userSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) -
getUserSpecifiedCurrencyChannelModifier
Channel / Membership modifier in user specified currency- Returns:
- userSpecifiedCurrencyChannelModifier
-
setUserSpecifiedCurrencyChannelModifier
-
sourceChannelModifier
-
getSourceChannelModifier
Channel / Membership modifier in hotel currency- Returns:
- sourceChannelModifier
-
setSourceChannelModifier
-
internalChannelModifier
-
getInternalChannelModifier
Channel / Membership modifier in wink currency- Returns:
- internalChannelModifier
-
setInternalChannelModifier
-
quantity
-
getQuantity
How many of this item is included in this price- Returns:
- quantity
-
setQuantity
-
promotionalDiscountPercent
-
getPromotionalDiscountPercent
Promotional discount percent- Returns:
- promotionalDiscountPercent
-
setPromotionalDiscountPercent
-
channelDiscountPercent
-
getChannelDiscountPercent
Channel discount percent- Returns:
- channelDiscountPercent
-
setChannelDiscountPercent
-
getPremiumPercent
Premium percent- Returns:
- premiumPercent
-
setPremiumPercent
-
userSpecifiedCurrencyTotal
public LocalizedPriceAffiliate userSpecifiedCurrencyTotal(MoneysAffiliate userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
-
internalTotal
-
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
hasPremium
-
getHasPremium
Get hasPremium- Returns:
- hasPremium
-
setHasPremium
-
hasPromotion
-
getHasPromotion
Get hasPromotion- Returns:
- hasPromotion
-
setHasPromotion
-
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
totalDiscountPercent
-
getTotalDiscountPercent
Get totalDiscountPercent- Returns:
- totalDiscountPercent
-
setTotalDiscountPercent
-
hasChannelDiscount
-
getHasChannelDiscount
Get hasChannelDiscount- Returns:
- hasChannelDiscount
-
setHasChannelDiscount
-
equals
-
hashCode
public int hashCode() -
toString
-