Skip to main content

ChargesExportsConnection

Paginated list of charges export jobs for the account.

type ChargesExportsConnection {
items: [ChargesExport!]!
nextToken: String
}

Fields​

ChargesExportsConnection.items ● [ChargesExport!]! non-null object​

Charges export jobs.

ChargesExportsConnection.nextToken ● String scalar​

Pagination cursor. Pass as token to fetch the next page; null on the last page.

Returned By​

chargesExports query