Variable GovernmentInvoiceCreationStatusConst
GovernmentInvoiceCreationStatus: {
Error: "ERROR";
Processing: "PROCESSING";
Success: "SUCCESS";
} = ...
Type Declaration
ReadonlyError: "ERROR"
ReadonlyProcessing: "PROCESSING"
ReadonlySuccess: "SUCCESS"
The current status of a government invoice creation request.