InvestmentsTransactionsGetResponse constructor

InvestmentsTransactionsGetResponse({
  1. Item? item,
  2. List<AccountBase>? accounts,
  3. List<Security>? securities,
  4. List<InvestmentTransaction>? investmentTransactions,
  5. int? totalInvestmentTransactions,
  6. String? requestId,
})

Implementation

InvestmentsTransactionsGetResponse({
  this.item,
  this.accounts,
  this.securities,
  this.investmentTransactions,
  this.totalInvestmentTransactions,
  this.requestId,
});