Variable ShipmentInvoiceStatusConst
ShipmentInvoiceStatus: {
Accepted: "Accepted";
Errored: "Errored";
NotFound: "NotFound";
Processing: "Processing";
} = ...
Type Declaration
ReadonlyAccepted: "Accepted"
ReadonlyErrored: "Errored"
ReadonlyNotFound: "NotFound"
ReadonlyProcessing: "Processing"
The shipment invoice status.