GelatoIdNumberReport constructor

const GelatoIdNumberReport({
  1. GelatoDataVerifiedOutputsDate? dob,
  2. GelatoIdNumberReportError? error,
  3. String? firstName,
  4. String? idNumber,
  5. GelatoIdNumberReportIdNumberType? idNumberType,
  6. String? lastName,
  7. required GelatoDocumentReportStatus status,
})

GelatoIdNumberReport

Result from an id_number check

Implementation

const GelatoIdNumberReport({
  this.dob,
  this.error,
  this.firstName,
  this.idNumber,
  this.idNumberType,
  this.lastName,
  required this.status,
});