1 2 3 4 5 6 7 8 9 10 11 |
enum DropShipStatusType { None = 0, Pending = 1, Requested = 2, Acknowledged = 3, Processed = 4, PartialProcessed = 5, Cancelled = 6, Invalid = 7 } |
Related Articles
-
Purchase Orders Shipping Status
- 0
- 12
-
Receiving Status
- 0
- 13
-
Payment Status
- 0
- 17
-
Purchase Order Status
- 0
- 20
-
Payment Method
- 0
- 16
-
Payment Type
- 0
- 17