public OrderStatus( Store store, string name, string displayName, InventoryAction inventoryAction, bool isActive, bool isValid )
Parameters
- store
- The store that defines this order status
- name
- The name of the status as it appears in the admin
- displayName
- The name of the status as it appears to customers
- inventoryAction
- The action to take on inventory when this status is set
- isActive
- Indicates whether the order is actively being processed
- isValid
- Indicates whether the order is valid and should be included in sales reports