Request parameters for getInvoicesExport operation in InvoicesApi.

InvoicesApiGetInvoicesExportRequest

interface InvoicesApiGetInvoicesExportRequest {
    exportId: string;
}

Properties

Properties

exportId: string

The unique identifier for the export.

InvoicesApiGetInvoicesExport