TransactionsEnrichGetResponse constructor
TransactionsEnrichGetResponse({
- required List<
ClientProvidedEnrichedTransaction> enrichedTransactions, - String? requestId,
Implementation
TransactionsEnrichGetResponse({
required this.enrichedTransactions,
this.requestId,
});