Uses of Class
com.broadleafcommerce.order.common.domain.ItemProrationDetail
-
Packages that use ItemProrationDetail Package Description com.broadleafcommerce.order.common.domain -
-
Uses of ItemProrationDetail in com.broadleafcommerce.order.common.domain
Methods in com.broadleafcommerce.order.common.domain that return types with arguments of type ItemProrationDetail Modifier and Type Method Description List<ItemProrationDetail>
ProratedOfferAdjustment. getItemProrationDetails()
The details about how this prorated adjustment on a per-quantity basis.Method parameters in com.broadleafcommerce.order.common.domain with type arguments of type ItemProrationDetail Modifier and Type Method Description void
ProratedOfferAdjustment. setItemProrationDetails(List<ItemProrationDetail> itemProrationDetails)
The details about how this prorated adjustment on a per-quantity basis.
-