Results constructor

Results(
  1. String requestReference,
  2. String bvnNumber,
  3. String nameOnCard,
  4. dynamic enrolmentBranch,
  5. dynamic enrolmentBank,
  6. dynamic formattedRegistrationDate,
  7. String levelOfAccount,
  8. String nin,
  9. String watchlisted,
  10. String verificationStatus,
  11. String serviceType,
  12. PersonalInfo personalInfo,
  13. ResidentialInfo residentialInfo,
)

Implementation

Results(
    this.requestReference,
    this.bvnNumber,
    this.nameOnCard,
    this.enrolmentBranch,
    this.enrolmentBank,
    this.formattedRegistrationDate,
    this.levelOfAccount,
    this.nin,
    this.watchlisted,
    this.verificationStatus,
    this.serviceType,
    this.personalInfo,
    this.residentialInfo);