TransactionsEnrichGetResponse constructor

TransactionsEnrichGetResponse({
  1. required List<ClientProvidedEnrichedTransaction> enrichedTransactions,
  2. String? requestId,
})

Implementation

TransactionsEnrichGetResponse({
  required this.enrichedTransactions,
  this.requestId,
});