RuPayCardStatusResModel constructor

RuPayCardStatusResModel({
  1. String? responseCode,
  2. String? message,
  3. String? maskedCard,
  4. String? encKey,
  5. String? cardStatus,
  6. String? minLimit,
  7. String? maxLimit,
  8. String? perTrxnLimit,
  9. String? perDayLimit,
  10. String? posPerTransaction,
  11. String? posLimitPerDay,
  12. String? posLimitPermonth,
  13. List<LimitsMaster>? limitsMaster,
  14. String? online,
  15. String? nfcLimitPerTransaction,
  16. String? nfcLimitPerDay,
  17. String? nfcLimitPermonth,
  18. String? pos,
  19. String? nfc,
  20. String? atmLimitPerTransaction,
  21. String? atmLimitPerDay,
  22. String? atmLimitPermonth,
  23. String? atm,
  24. String? perMonthLimit,
  25. List<List<BlockingId>>? blockingId,
  26. String? securityQuestion,
  27. String? securityQuestion2,
  28. String? securityQuestion3,
  29. String? allowaccess,
  30. List? lastTrxnDetails,
  31. List? lastSuccessTrxnDetails,
})

Implementation

RuPayCardStatusResModel({
    this.responseCode,
    this.message,
    this.maskedCard,
    this.encKey,
    this.cardStatus,
    this.minLimit,
    this.maxLimit,
    this.perTrxnLimit,
    this.perDayLimit,
    this.posPerTransaction,
    this.posLimitPerDay,
    this.posLimitPermonth,
    this.limitsMaster,
    this.online,
    this.nfcLimitPerTransaction,
    this.nfcLimitPerDay,
    this.nfcLimitPermonth,
    this.pos,
    this.nfc,
    this.atmLimitPerTransaction,
    this.atmLimitPerDay,
    this.atmLimitPermonth,
    this.atm,
    this.perMonthLimit,
    this.blockingId,
    this.securityQuestion,
    this.securityQuestion2,
    this.securityQuestion3,
    this.allowaccess,
    this.lastTrxnDetails,
    this.lastSuccessTrxnDetails,
});