TransactionsGetResponse constructor

TransactionsGetResponse({
  1. List<AccountBase>? accounts,
  2. List<Transaction>? transactions,
  3. int? totalTransactions,
  4. Item? item,
  5. String? requestId,
})

Implementation

TransactionsGetResponse({
  this.accounts,
  this.transactions,
  this.totalTransactions,
  this.item,
  this.requestId,
});