An object that contains the documentId and an S3 pre-signed URL that you can use to download the specified file.

InvoicesDocument

interface InvoicesDocument {
    invoicesDocumentId?: string;
    invoicesDocumentUrl?: string;
}

Properties

invoicesDocumentId?: string

The identifier of the export document.

InvoicesDocument

invoicesDocumentUrl?: string

A pre-signed URL that you can use to download the invoices document in zip format. This URL expires after 30 seconds.

InvoicesDocument