Uses of Class
com.broadleafcommerce.cartoperation.service.provider.domain.SubscriptionItemAdjustmentPriceDetail
Packages that use SubscriptionItemAdjustmentPriceDetail
-
Uses of SubscriptionItemAdjustmentPriceDetail in com.broadleafcommerce.cartoperation.service.provider.domain
Methods in com.broadleafcommerce.cartoperation.service.provider.domain that return types with arguments of type SubscriptionItemAdjustmentPriceDetailModifier and TypeMethodDescriptionSubscriptionItemPriceDetail.getAdjustmentPriceDetailsByAdjustmentRef()The map ofSubscriptionItemAdjustmentPriceDetailby adjustment reference, containing the details about how the discount affects the prorated unit amount, credited amount, and prior unbilled amount.Method parameters in com.broadleafcommerce.cartoperation.service.provider.domain with type arguments of type SubscriptionItemAdjustmentPriceDetailModifier and TypeMethodDescriptionvoidSubscriptionItemPriceDetail.setAdjustmentPriceDetailsByAdjustmentRef(Map<String, SubscriptionItemAdjustmentPriceDetail> adjustmentPriceDetailsByAdjustmentRef) The map ofSubscriptionItemAdjustmentPriceDetailby adjustment reference, containing the details about how the discount affects the prorated unit amount, credited amount, and prior unbilled amount.