DiditTransactionInfo constructor

const DiditTransactionInfo({
  1. String? direction,
  2. double? amount,
  3. String? currency,
  4. String? currencyType,
  5. double? amountInDefaultCurrency,
  6. String? defaultCurrencyCode,
  7. String? paymentDetails,
  8. String? paymentTxnId,
  9. String? type,
  10. Map<String, dynamic>? cryptoParams,
})

Implementation

const DiditTransactionInfo({
  this.direction,
  this.amount,
  this.currency,
  this.currencyType,
  this.amountInDefaultCurrency,
  this.defaultCurrencyCode,
  this.paymentDetails,
  this.paymentTxnId,
  this.type,
  this.cryptoParams,
});