AddressVerificationExtraData constructor
AddressVerificationExtraData({
- bool? difficultToRead,
- bool? entireDocumentNotInFrame,
- String? documentType,
- AddressQuality? addressQuality,
- bool? gpsMatchesDocument,
Implementation
AddressVerificationExtraData({
this.difficultToRead,
this.entireDocumentNotInFrame,
this.documentType,
this.addressQuality,
this.gpsMatchesDocument,
});