InvestmentsTransactionsGetResponse constructor

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

Implementation

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