HostdataResponse
public struct HostdataResponse : Codable
Child structure of CustomerDataValidateIdResponse
, CustomerEnrollDataResponse
, and CustomerValidateIdFaceMatchDataResponse
.
-
Text match result.
Declaration
Swift
public var textMatchResult: TextMatchResult?
-
Sex offender result.
Declaration
Swift
public var sexOffenders: SexOffenderResult?
-
Criminal record result.
Declaration
Swift
public var criminalRecord: CriminalRecordResult?
-
Ine response.
Declaration
Swift
public var ineResponse: IneResponse?
-
Renapo response.
Declaration
Swift
public var renapoResponse: RenapoResponse?
-
Order PEP result.
Declaration
Swift
public var pepresult: OrderPEPResult?
-
Order NM result.
Declaration
Swift
public var nmresult: OrderNMResult?
-
Order WLS result.
Declaration
Swift
public var wlsresult: OrderWLSResult?