Class ItemListAddToCartProperties
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.service.ItemListAddToCartProperties
-
@ConfigurationProperties("broadleaf.cartoperation.itemlist.add-to-cart") public class ItemListAddToCartProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemListAddToCartProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemBatchSize()Dictates the ItemListItem batch size when adding an ItemList to cartvoidsetItemBatchSize(int itemBatchSize)Dictates the ItemListItem batch size when adding an ItemList to cart
-