UserRequest constructor

UserRequest({
  1. bool? isStaging,
  2. String? buyerFirstName,
  3. String? buyerLastName,
  4. String? buyerPhone,
  5. String? buyerEmail,
  6. String? buyerAddress,
  7. String? buyerCity,
  8. String? buyerState,
  9. String? buyerCountry,
  10. String? buyerPinCode,
  11. String? orderid,
  12. String? amount,
  13. String? mercid,
  14. String? protoDomain,
  15. String? currency,
  16. String? isocurrency,
  17. String? chmod,
  18. String? customvar,
  19. String? txnsubtype,
  20. String? wallet,
  21. String? successUrl,
  22. String? failedUrl,
  23. String? privatekey,
  24. String? checksum,
  25. String? appName,
  26. String? colorCode,
  27. String? sb_nextrundate,
  28. String? sb_period,
  29. String? sb_frequency,
  30. String? sb_amount,
  31. String? sb_isrecurring,
  32. String? sb_recurringcount,
  33. String? sb_retryattempts,
  34. String? sb_maxamount,
  35. String? client_id,
  36. String? client_secret,
  37. String? grant_type,
  38. String? aesDeskey,
})

Implementation

UserRequest(
    {
    //this.username,
    //this.password,
    //this.secret,

    this.isStaging,
    this.buyerFirstName,
    this.buyerLastName,
    this.buyerPhone,
    this.buyerEmail,
    this.buyerAddress,
    this.buyerCity,
    this.buyerState,
    this.buyerCountry,
    this.buyerPinCode,
    this.orderid,
    this.amount,
    this.mercid,
    this.protoDomain,
    this.currency,
    this.isocurrency,
    this.chmod,
    this.customvar,
    this.txnsubtype,
    this.wallet,
    this.successUrl,
    this.failedUrl,
    this.privatekey,
    this.checksum,
    this.appName,
    this.colorCode,
    /* this.merchantId,
      this.fname,
      this.lname,
      this.email,
      this.phone,
      this.fulladdress,
      this.city,
      this.state,
      this.country,
      this.pincode,
      this.isCurrency,
      this.chMode,
      this.customVar,
      this.txnSubtype,
      this.privateKey,*/

    this.sb_nextrundate,
    this.sb_period,
    this.sb_frequency,
    this.sb_amount,
    this.sb_isrecurring,
    this.sb_recurringcount,
    this.sb_retryattempts,
    this.sb_maxamount,
    this.client_id,
    this.client_secret,
    this.grant_type,
    this.aesDeskey});