PayRefundReq constructor

PayRefundReq({
  1. required String terminalId,
  2. required String password,
  3. required String action,
  4. required String currency,
  5. required String customerEmail,
  6. required String country,
  7. required String amount,
  8. required String customerIp,
  9. required String merchantIp,
  10. required String trackid,
  11. required String udf1,
  12. required String udf2,
  13. required String udf3,
  14. required String udf4,
  15. required String udf5,
  16. required String udf7,
  17. required String cardToken,
  18. required String requestHash,
  19. required String deviceinfo,
  20. required String metaData,
})

Implementation

PayRefundReq({required this.terminalId, required this.password, required this.action, required this.currency,
  required this.customerEmail, required this.country, required this.amount,required this.customerIp,
  required this.merchantIp,required  this.trackid,required  this.udf1,required  this.udf2,required  this.udf3,required this.udf4,
  required this.udf5, required this.udf7,
  required this.cardToken,required this.requestHash,required this.deviceinfo,required this.metaData});