Interface InvoicesApiModelGetInvoicesExportsResponse

Success.

GetInvoicesExportsResponse

interface InvoicesApiModelGetInvoicesExportsResponse {
    exports?: InvoicesApiModelExport[];
    nextToken?: string;
}

Properties

Properties

A list of exports.

GetInvoicesExportsResponse

nextToken?: string

This token is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getInvoices operation and include this token with the previous call parameters.

GetInvoicesExportsResponse

MMNEPVFCICPMFPCPTTAAATR