Success.

GetInvoicesExportsResponse

interface GetInvoicesExportsResponse {
    exports?: Export[];
    nextToken?: string;
}

Properties

Properties

exports?: Export[]

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