TransactionsEnrichGetRequest constructor

TransactionsEnrichGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String accountType,
  4. required List<ClientProvidedTransaction> transactions,
  5. bool? includeLegacyCategories,
})

Implementation

TransactionsEnrichGetRequest({
  this.clientId,
  this.secret,
  required this.accountType,
  required this.transactions,
  this.includeLegacyCategories,
});