InvestmentsTransactionsGetRequestOptions constructor

InvestmentsTransactionsGetRequestOptions({
  1. List<String>? accountIds,
  2. int? count,
  3. int? offset,
})

Implementation

InvestmentsTransactionsGetRequestOptions({
  this.accountIds,
  this.count,
  this.offset,
});