enum DropShipStatusType { None = 0, Pending = 1, Requested = 2, Acknowledged = 3, Processed = 4, PartialProcessed = 5, Cancelled = 6, Invalid = 7 }
enum DropShipStatusType { None = 0, Pending = 1, Requested = 2, Acknowledged = 3, Processed = 4, PartialProcessed = 5, Cancelled = 6, Invalid = 7 }