DataDto constructor
DataDto({
- String? apTransactionId,
- String? merchantKey,
- String? amount,
- int? transactionStatus,
- String? orderId,
- String? customVar,
- String? customerPhone,
- String? merchantId,
- int? transactionType,
- String? cardType,
- String? currencyCode,
- String? txnMode,
- String? token,
- String? uid,
- String? bankResponseMsg,
- String? transactionPaymentStatus,
- String? customerEmail,
- String? chmod,
- String? transactionTime,
- String? risk,
- String? apSecureHash,
- String? customerName,
- String? surchargeAmount,
Implementation
DataDto({
this.apTransactionId,
this.merchantKey,
this.amount,
this.transactionStatus,
this.orderId,
this.customVar,
this.customerPhone,
this.merchantId,
this.transactionType,
this.cardType,
this.currencyCode,
this.txnMode,
this.token,
this.uid,
this.bankResponseMsg,
this.transactionPaymentStatus,
this.customerEmail,
this.chmod,
this.transactionTime,
this.risk,
this.apSecureHash,
this.customerName,
this.surchargeAmount,
});