limit property

int? limit
final

The maximum number of transactions to return in one call. The implementation may return <= limit transactions.

Implementation

final int? limit;