Spaces:
Paused
Paused
| public enum OrderStatus | |
| { | |
| AwaitingPayment, | |
| AwaitingConfirmation, | |
| Pending, | |
| Processing, | |
| EnRoute, | |
| Delivered, | |
| Cancelled | |
| } | |
| public enum OrderStatus | |
| { | |
| AwaitingPayment, | |
| AwaitingConfirmation, | |
| Pending, | |
| Processing, | |
| EnRoute, | |
| Delivered, | |
| Cancelled | |
| } | |