VerifyResponse
public struct VerifyResponse : CodableResponse to the request of carrying ID verification of a person.
- 
                  
                  Verification result type. DeclarationSwift public typealias VerificationResult = Bool
- 
                  
                  Verification result. DeclarationSwift public let status: VerificationResult
- 
                  
                  List of candidates sorted by similarity. DeclarationSwift public let candidates: [Candidate]
- 
                  
                  The first from the list of the candidates sorted according to their similarity degree. DeclarationSwift public var candidate: Candidate? { get }
 VerifyResponse Structure Reference
        VerifyResponse Structure Reference