GelatoDocumentReport constructor

const GelatoDocumentReport({
  1. Address? address,
  2. GelatoDataVerifiedOutputsDate? dob,
  3. GelatoDocumentReportError? error,
  4. GelatoDataVerifiedOutputsDate? expirationDate,
  5. List<String>? files,
  6. String? firstName,
  7. GelatoDataVerifiedOutputsDate? issuedDate,
  8. String? issuingCountry,
  9. String? lastName,
  10. String? number,
  11. required GelatoDocumentReportStatus status,
  12. GelatoDocumentReportType? type,
})

GelatoDocumentReport

Result from a document check

Implementation

const GelatoDocumentReport({
  this.address,
  this.dob,
  this.error,
  this.expirationDate,
  this.files,
  this.firstName,
  this.issuedDate,
  this.issuingCountry,
  this.lastName,
  this.number,
  required this.status,
  this.type,
});