limit property
limit is the maximum number of transactions to return in one call. The implementation may return <= limit transactions.
Implementation
int? limit;
limit is the maximum number of transactions to return in one call. The implementation may return <= limit transactions.
int? limit;