Uses of Class
com.broadleafcommerce.fulfillment.common.domain.FulfillmentPricingItem
Packages that use FulfillmentPricingItem
-
Uses of FulfillmentPricingItem in com.broadleafcommerce.fulfillment.common.domain
Methods in com.broadleafcommerce.fulfillment.common.domain that return types with arguments of type FulfillmentPricingItemModifier and TypeMethodDescription@NonNull List<FulfillmentPricingItem>
FulfillmentPricingGroup.getItems()
List of items in this group that need to be fulfilled.Method parameters in com.broadleafcommerce.fulfillment.common.domain with type arguments of type FulfillmentPricingItemModifier and TypeMethodDescriptionvoid
FulfillmentPricingGroup.setItems
(@NonNull List<FulfillmentPricingItem> items) List of items in this group that need to be fulfilled.