IncreaseLimitModel constructor

IncreaseLimitModel({
  1. String? reqId,
  2. String? mobileNumber,
  3. String? pan,
  4. String? name,
  5. String? email,
  6. DateTime? dob,
  7. String? birthDate,
  8. String? lenderId,
  9. String? kycStatus,
  10. String? otpStatus,
  11. String? topUpReqId,
})

Implementation

IncreaseLimitModel({
  this.reqId,
  this.mobileNumber,
  this.pan,
  this.name,
  this.email,
  this.dob,
  this.birthDate,
  this.lenderId,
  this.kycStatus,
  this.otpStatus,
  this.topUpReqId,
});