Variable PackageSubStatusConst
PackageSubStatus: {
Delivered: "DELIVERED";
NotDelivered: "NOT_DELIVERED";
OutForDelivery: "OUT_FOR_DELIVERY";
Undeliverable: "UNDELIVERABLE";
} = ...
Type Declaration
-
ReadonlyDelivered: "DELIVERED"
-
ReadonlyNotDelivered: "NOT_DELIVERED"
-
ReadonlyOutForDelivery: "OUT_FOR_DELIVERY"
-
ReadonlyUndeliverable: "UNDELIVERABLE"
The sub-status of a package.