ShippingStatus
Values that represent shipping status.
Possible enumeration values:
Name | Value | Description |
---|---|---|
Any |
0 |
An enum constant representing any option. |
Pending |
1 |
An enum constant representing the not shipping option. |
PartiallyReceived |
2 |
An enum constant representing the partially shipped option. |
Received |
3 |
An enum constant representing the shipped option. |
Failed |
4 |
An enum constant representing the failed option. |