Uses of Class
com.broadleafcommerce.promotion.offer.client.web.context.info.ItemProrationDetail
Packages that use ItemProrationDetail
-
Uses of ItemProrationDetail in com.broadleafcommerce.promotion.offer.client.web.context.info
Methods in com.broadleafcommerce.promotion.offer.client.web.context.info that return ItemProrationDetailModifier and TypeMethodDescriptionFreeGiftItem.getGiftFee()
Indicates the cost of the free gift item.Methods in com.broadleafcommerce.promotion.offer.client.web.context.info that return types with arguments of type ItemProrationDetailModifier and TypeMethodDescriptiondefault List<ItemProrationDetail>
ProratedOfferAdjustment.getItemProrationDetails()
The details about how this prorated adjustment on a per-quantity basis.ProratedOfferAdjustmentDto.getItemProrationDetails()
The details about how this prorated adjustment on a per-quantity basis.Methods in com.broadleafcommerce.promotion.offer.client.web.context.info with parameters of type ItemProrationDetailModifier and TypeMethodDescriptionvoid
FreeGiftItem.setGiftFee
(ItemProrationDetail giftFee) Indicates the cost of the free gift item.Method parameters in com.broadleafcommerce.promotion.offer.client.web.context.info with type arguments of type ItemProrationDetailModifier and TypeMethodDescriptiondefault void
ProratedOfferAdjustment.setItemProrationDetails
(List<ItemProrationDetail> itemProrationDetails) The details about how this prorated adjustment on a per-quantity basis.void
ProratedOfferAdjustmentDto.setItemProrationDetails
(List<ItemProrationDetail> itemProrationDetails) The details about how this prorated adjustment on a per-quantity basis.