RuPayCardStatusResModel constructor
RuPayCardStatusResModel({
- String? responseCode,
- String? message,
- String? maskedCard,
- String? encKey,
- String? cardStatus,
- String? minLimit,
- String? maxLimit,
- String? perTrxnLimit,
- String? perDayLimit,
- String? posPerTransaction,
- String? posLimitPerDay,
- String? posLimitPermonth,
- List<
LimitsMaster> ? limitsMaster, - String? online,
- String? nfcLimitPerTransaction,
- String? nfcLimitPerDay,
- String? nfcLimitPermonth,
- String? pos,
- String? nfc,
- String? atmLimitPerTransaction,
- String? atmLimitPerDay,
- String? atmLimitPermonth,
- String? atm,
- String? perMonthLimit,
- List<
List< ? blockingId,BlockingId> > - String? securityQuestion,
- String? securityQuestion2,
- String? securityQuestion3,
- String? allowaccess,
- List? lastTrxnDetails,
- 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,
});