ShippingStatus
Possible enumeration values:
Name | Value | Description |
---|---|---|
Any |
0 |
|
NotShipping |
1 |
An enum constant representing the not shipping option. |
PartiallyShipped |
2 |
An enum constant representing the partially shipped option. |
Shipped |
3 |
An enum constant representing the shipped option. |
Delivered |
4 |
An enum constant representing the delivered option. |
eDelivered |
5 |
An enum constant representing the delivered option. |
Failed |
6 |
An enum constant representing the failed option. |