Class OrderGenerationProperties


  • @ConfigurationProperties("broadleaf.orderoperation.ordergeneration")
    public class OrderGenerationProperties
    extends Object
    • Constructor Detail

      • OrderGenerationProperties

        public OrderGenerationProperties()
    • Method Detail

      • isSplitFulfillmentsByVendor

        public boolean isSplitFulfillmentsByVendor()
        Whether OrderFulfillments should be split based the vendors of the contained items.
      • setSplitFulfillmentsByVendor

        public void setSplitFulfillmentsByVendor​(boolean splitFulfillmentsByVendor)
        Whether OrderFulfillments 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.