CardTransaction constructor

CardTransaction({
  1. String? cardId,
  2. CurrencyCode? curType,
  3. String? merchant_code,
  4. String? merchant_name,
  5. String? country,
  6. double? amount,
  7. TransactionType? transactionType,
})

Implementation

CardTransaction(
    {this.cardId,
      this.curType,
      this.merchant_code,
      this.merchant_name,
      this.country,
      this.amount,this.transactionType});