Uses of Class
com.broadleafcommerce.subscription.domain.adjustment.CurrencyConversionDetail
Packages that use CurrencyConversionDetail
-
Uses of CurrencyConversionDetail in com.broadleafcommerce.subscription.domain.adjustment
Methods in com.broadleafcommerce.subscription.domain.adjustment that return CurrencyConversionDetailModifier and TypeMethodDescriptionSubscriptionItemAdjustment.getCurrencyConversionDetail()Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another.Methods in com.broadleafcommerce.subscription.domain.adjustment with parameters of type CurrencyConversionDetailModifier and TypeMethodDescriptionvoidSubscriptionItemAdjustment.setCurrencyConversionDetail(CurrencyConversionDetail currencyConversionDetail) Represents the details of the exchange rate used to convert aMonetaryAmountfrom one currency to another.Constructors in com.broadleafcommerce.subscription.domain.adjustment with parameters of type CurrencyConversionDetailModifierConstructorDescriptionSubscriptionItemAdjustment(String itemAdjustmentId, String id, String subscriptionItemId, String adjustmentRef, SubscriptionAdjustmentType adjustmentType, String subscriptionAdjustmentType, BigDecimal adjustmentAmount, Integer beginPeriod, Integer endPeriod, String adjustmentName, String adjustmentCartLabel, String adjustmentDescription, String adjustmentProrationType, String adjustmentCodeRef, String adjustmentDiscountMethodType, BigDecimal adjustmentDiscountFactor, String codeUsed, String campaignTrackingId, String discountType, List<OfferItemDetail> qualifierDetails, Integer itemAdjustmentQuantity, Integer freeTrialLength, String freeTrialLengthUnits, CurrencyConversionDetail currencyConversionDetail, Map<String, Object> attributes, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)