1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
enum OrderCustomerServiceStatus { NoActionNeeded = 0 ContactCustomer = 1 PendingCancelation = 2 PendingRefund = 3 PendingReturnLabel = 4 PendingArrival = 5 CustomerWasContacted = 6 AwaitingCustomerResponse = 7 GettingVerification = 8 Pending_Address_Corerction = 9 Pending_Price_Adjustment = 10 Requires_Attention = 11 } |