PaymentResp constructor

PaymentResp({
  1. required String result,
  2. required String responseCode,
  3. required String authcode,
  4. required String tranid,
  5. required String trackid,
  6. required String terminalid,
  7. required String udf1,
  8. required String udf2,
  9. required String udf3,
  10. required String udf4,
  11. required String udf5,
  12. required String rrn,
  13. required String eci,
  14. required String subscriptionId,
  15. required String trandate,
  16. required String tranType,
  17. required String integrationModule,
  18. required String integrationData,
  19. required String payid,
  20. required String targetUrl,
  21. required String postData,
  22. required String intUrl,
  23. required String responseHash,
  24. required String amount,
  25. required String cardBrand,
  26. required String cc,
  27. required String cardToken,
})

Implementation

PaymentResp({required this.result, required this.responseCode, required this.authcode, required this.tranid,
  required this.trackid,required  this.terminalid, required this.udf1, required this.udf2, required this.udf3, required this.udf4,
  required this.udf5, required this.rrn, required this.eci, required this.subscriptionId, required this.trandate,
  required this.tranType, required this.integrationModule, required this.integrationData, required this.payid,
  required this.targetUrl, required this.postData, required this.intUrl, required this.responseHash,
  required this.amount, required this.cardBrand, required this.cc, required this.cardToken});