Detailed information about the export.

Export

interface Export {
    errorMessage?: string;
    exportId?: string;
    generateExportFinishedAt?: string;
    generateExportStartedAt?: string;
    invoicesDocumentIds?: string[];
    status?: ExportStatus;
}

Properties

errorMessage?: string

When the export generation fails, this attribute contains a description of the error.

Export

exportId?: string

The export identifier.

Export

generateExportFinishedAt?: string

The date and time when the export generation finished. Vales are in ISO 8601 date-time format.

Export

generateExportStartedAt?: string

The date and time when the export generation started. Values are in ISO 8601 date-time format.

Export

invoicesDocumentIds?: string[]

The identifier for the export documents. To get the information required to retrieve the export document's contents, pass each ID in the getInvoicesDocument operation. This list is empty until the status is DONE.

Export

status?: ExportStatus

Export