UserRequest constructor

UserRequest({
  1. bool? isStaging,
  2. String? username,
  3. String? password,
  4. String? secret,
  5. String? mercid,
  6. String? buyerFirstName,
  7. String? buyerLastName,
  8. String? buyerEmail,
  9. String? buyerPhone,
  10. String? buyerAddress,
  11. String? buyerCity,
  12. String? buyerState,
  13. String? buyerCountry,
  14. String? buyerPinCode,
  15. String? isocurrency,
  16. String? chmod,
  17. String? customvar,
  18. String? txnsubtype,
  19. String? protoDomain,
  20. String? amount,
  21. String? orderid,
  22. String? currency,
  23. String? wallet,
  24. String? successUrl,
  25. String? failedUrl,
  26. String? qrString,
  27. String? query,
  28. String? expiryMM,
  29. String? expiryYY,
  30. String? cardCVV,
  31. String? cardNum,
  32. String? channel,
  33. String? actionType,
  34. String? privateKey,
  35. String? sSecret,
  36. String? discount,
  37. String? token,
  38. String? carduniquecode,
  39. String? isQR,
  40. String? tableId,
})

Implementation

UserRequest(
    {

      this.isStaging,
      this.username,
      this.password,
      this.secret,

      this.mercid,
      this.buyerFirstName,
      this.buyerLastName,
      this.buyerEmail,
      this.buyerPhone,
      this.buyerAddress,
      this.buyerCity,
      this.buyerState,
      this.buyerCountry,
      this.buyerPinCode,
      this.isocurrency,
      this.chmod,
      this.customvar,
      this.txnsubtype,

      this.protoDomain,
      this.amount,
      this.orderid,
      this.currency,
      this.wallet,
      this.successUrl,
      this.failedUrl,
      this.qrString,
      //   this.requestType,
      this.query,
      this.expiryMM,
      this.expiryYY,
      this.cardCVV,
      this.cardNum,
      this.channel,
      this.actionType,
      this.privateKey,
      this.sSecret,

      this.discount,
      this.token,
      this.carduniquecode,
      this.isQR,
      this.tableId
    });