Variable ShipmentStatusEnumConst
ShipmentStatusEnum: {
Accepted: "ACCEPTED";
Cancelled: "CANCELLED";
Confirmed: "CONFIRMED";
Created: "CREATED";
Delivered: "DELIVERED";
InvoiceGenerated: "INVOICE_GENERATED";
PackageCreated: "PACKAGE_CREATED";
PickupSlotRetrieved: "PICKUP_SLOT_RETRIEVED";
ShiplabelGenerated: "SHIPLABEL_GENERATED";
Shipped: "SHIPPED";
} = ...
Type Declaration
-
ReadonlyAccepted: "ACCEPTED"
-
ReadonlyCancelled: "CANCELLED"
-
ReadonlyConfirmed: "CONFIRMED"
-
ReadonlyCreated: "CREATED"
-
ReadonlyDelivered: "DELIVERED"
-
ReadonlyInvoiceGenerated: "INVOICE_GENERATED"
-
ReadonlyPackageCreated: "PACKAGE_CREATED"
-
ReadonlyPickupSlotRetrieved: "PICKUP_SLOT_RETRIEVED"
-
ReadonlyShiplabelGenerated: "SHIPLABEL_GENERATED"
-
ReadonlyShipped: "SHIPPED"