Uses of Class
com.broadleafcommerce.promotion.offer.client.web.context.discounts.ConvertedCurrencyDetail
Packages that use ConvertedCurrencyDetail
Package
Description
-
Uses of ConvertedCurrencyDetail in com.broadleafcommerce.promotion.offer.client.web.context
Methods in com.broadleafcommerce.promotion.offer.client.web.context that return ConvertedCurrencyDetailModifier and TypeMethodDescriptionOrderLineItemDto.getConvertedCurrencyDetail()Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another.Methods in com.broadleafcommerce.promotion.offer.client.web.context with parameters of type ConvertedCurrencyDetailModifier and TypeMethodDescriptionvoidOrderLineItemDto.setConvertedCurrencyDetail(ConvertedCurrencyDetail convertedCurrencyDetail) Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another. -
Uses of ConvertedCurrencyDetail in com.broadleafcommerce.promotion.offer.client.web.context.discounts
Methods in com.broadleafcommerce.promotion.offer.client.web.context.discounts that return ConvertedCurrencyDetailModifier and TypeMethodDescriptionItemAdjustment.getConvertedCurrencyDetail()Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another.Methods in com.broadleafcommerce.promotion.offer.client.web.context.discounts with parameters of type ConvertedCurrencyDetailModifier and TypeMethodDescriptionvoidItemAdjustment.setConvertedCurrencyDetail(ConvertedCurrencyDetail convertedCurrencyDetail) Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another.