PaymentStatus constructor
PaymentStatus({
- required String merchantTxnRefNo,
- required String paymentId,
- required dynamic processDate,
- required String statusDescription,
- required String bookeeyTrackId,
- required String bankRefNo,
- required String paymentType,
- required String errorCode,
- required String productType,
- required String finalStatus,
- required dynamic cardNo,
- required dynamic authCode,
- required String paymentLink,
- required dynamic merchTxnRefno,
Implementation
PaymentStatus({
required this.merchantTxnRefNo,
required this.paymentId,
required this.processDate,
required this.statusDescription,
required this.bookeeyTrackId,
required this.bankRefNo,
required this.paymentType,
required this.errorCode,
required this.productType,
required this.finalStatus,
required this.cardNo,
required this.authCode,
required this.paymentLink,
required this.merchTxnRefno,
});