PaymentStatus constructor

PaymentStatus({
  1. required String merchantTxnRefNo,
  2. required String paymentId,
  3. required dynamic processDate,
  4. required String statusDescription,
  5. required String bookeeyTrackId,
  6. required String bankRefNo,
  7. required String paymentType,
  8. required String errorCode,
  9. required String productType,
  10. required String finalStatus,
  11. required dynamic cardNo,
  12. required dynamic authCode,
  13. required String paymentLink,
  14. 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,
});