EasebuzzPaymentModel constructor

EasebuzzPaymentModel({
  1. required String key,
  2. required String txnid,
  3. required double amount,
  4. required String productinfo,
  5. required String firstname,
  6. required String phone,
  7. required String email,
  8. required String surl,
  9. required String furl,
  10. String? hash,
  11. String? udf1,
  12. String? udf2,
  13. String? udf3,
  14. String? udf4,
  15. String? udf5,
  16. String? udf6,
  17. String? udf7,
  18. String? address1,
  19. String? address2,
  20. String? city,
  21. String? state,
  22. String? country,
  23. String? zipcode,
  24. String? showPaymentMode,
  25. String? splitPayments,
  26. String? requestFlow,
  27. String? subMerchantId,
  28. String? paymentCategory,
  29. String? accountNo,
  30. String? ifsc,
})

Implementation

EasebuzzPaymentModel({
  required this.key,
  required this.txnid,
  required this.amount,
  required this.productinfo,
  required this.firstname,
  required this.phone,
  required this.email,
  required this.surl,
  required this.furl,
  this.hash,
  this.udf1,
  this.udf2,
  this.udf3,
  this.udf4,
  this.udf5,
  this.udf6,
  this.udf7,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.country,
  this.zipcode,
  this.showPaymentMode,
  this.splitPayments,
  this.requestFlow,
  this.subMerchantId,
  this.paymentCategory,
  this.accountNo,
  this.ifsc,
});