Data constructor

Data({
  1. String? transactionPaymentStatus,
  2. String? merchantId,
  3. String? orderid,
  4. String? apTransactionid,
  5. String? txnMode,
  6. String? chmod,
  7. String? amount,
  8. String? currencyCode,
  9. int? transactionStatus,
  10. String? message,
  11. String? bankResponseMsg,
  12. String? customerName,
  13. String? customerPhone,
  14. String? customerEmail,
  15. int? transactionType,
  16. String? risk,
  17. String? customVar,
  18. String? token,
  19. String? uid,
  20. String? transactionTime,
  21. String? surchargeAmount,
  22. String? cardType,
  23. String? apSecurehash,
})

Implementation

Data({
  this.transactionPaymentStatus,
  this.merchantId,
  this.orderid,
  this.apTransactionid,
  this.txnMode,
  this.chmod,
  this.amount,
  this.currencyCode,
  this.transactionStatus,
  this.message,
  this.bankResponseMsg,
  this.customerName,
  this.customerPhone,
  this.customerEmail,
  this.transactionType,
  this.risk,
  this.customVar,
  this.token,
  this.uid,
  this.transactionTime,
  this.surchargeAmount,
  this.cardType,
  this.apSecurehash,
});