Class OrderGenerationProperties
- java.lang.Object
 - 
- com.broadleafcommerce.orderoperation.service.autoconfigure.OrderGenerationProperties
 
 
- 
@ConfigurationProperties("broadleaf.orderoperation.ordergeneration") public class OrderGenerationProperties extends Object 
- 
- 
Constructor Summary
Constructors Constructor Description OrderGenerationProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRemoveVatFromItemPrice()Indicates if a VAT tax should be removed from an item's price when creating Order objects.booleanisSplitFulfillmentsByVendor()WhetherOrderFulfillmentsshould be split based the vendors of the contained items.voidsetRemoveVatFromItemPrice(boolean removeVatFromItemPrice)Indicates if a VAT tax should be removed from an item's price when creating Order objects.voidsetSplitFulfillmentsByVendor(boolean splitFulfillmentsByVendor)WhetherOrderFulfillmentsshould be split based the vendors of the contained items. 
 - 
 
- 
- 
Method Detail
- 
isSplitFulfillmentsByVendor
public boolean isSplitFulfillmentsByVendor()
WhetherOrderFulfillmentsshould be split based the vendors of the contained items. 
- 
setSplitFulfillmentsByVendor
public void setSplitFulfillmentsByVendor(boolean splitFulfillmentsByVendor)
WhetherOrderFulfillmentsshould 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. 
 - 
 
 -