Class OrderGenerationProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.autoconfigure.OrderGenerationProperties
@ConfigurationProperties("broadleaf.orderoperation.ordergeneration")
public class OrderGenerationProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if a VAT tax should be removed from an item's price when creating Order objects.boolean
WhetherOrderFulfillments
should be split based the vendors of the contained items.void
setRemoveVatFromItemPrice
(boolean removeVatFromItemPrice) Indicates if a VAT tax should be removed from an item's price when creating Order objects.void
setSplitFulfillmentsByVendor
(boolean splitFulfillmentsByVendor) WhetherOrderFulfillments
should be split based the vendors of the contained items.
-
Constructor Details
-
OrderGenerationProperties
public OrderGenerationProperties()
-
-
Method Details
-
isSplitFulfillmentsByVendor
public boolean isSplitFulfillmentsByVendor()WhetherOrderFulfillments
should be split based the vendors of the contained items. -
setSplitFulfillmentsByVendor
public void setSplitFulfillmentsByVendor(boolean splitFulfillmentsByVendor) WhetherOrderFulfillments
should be split based the vendors of the contained items. -
isRemoveVatFromItemPrice
public boolean isRemoveVatFromItemPrice()Indicates if a VAT tax should be removed from an item's price when creating Order objects. -
setRemoveVatFromItemPrice
public void setRemoveVatFromItemPrice(boolean removeVatFromItemPrice) Indicates if a VAT tax should be removed from an item's price when creating Order objects.
-