nextPage

open suspend override fun nextPage(): TransactionListPageAsync

Returns the page after this one by making another request.

Throws

if it's impossible to get the next page. This exception is avoidable by calling hasNextPage first.