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
- 30
-
Receiving Status
- 0
- 42
-
Payment Status
- 0
- 45
-
Purchase Order Status
- 0
- 34
-
Payment Method
- 0
- 45
-
Payment Type
- 0
- 35