Data constructor
Data({
- String? transactionPaymentStatus,
- String? merchantId,
- String? orderid,
- String? apTransactionid,
- String? txnMode,
- String? chmod,
- String? amount,
- String? currencyCode,
- int? transactionStatus,
- String? message,
- String? bankResponseMsg,
- String? customerName,
- String? customerPhone,
- String? customerEmail,
- int? transactionType,
- String? risk,
- String? customVar,
- String? token,
- String? uid,
- String? transactionTime,
- String? surchargeAmount,
- String? cardType,
- 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,
});