AddressVerificationExtraData constructor

AddressVerificationExtraData({
  1. bool? difficultToRead,
  2. bool? entireDocumentNotInFrame,
  3. String? documentType,
  4. AddressQuality? addressQuality,
  5. bool? gpsMatchesDocument,
})

Implementation

AddressVerificationExtraData({
  this.difficultToRead,
  this.entireDocumentNotInFrame,
  this.documentType,
  this.addressQuality,
  this.gpsMatchesDocument,
});