Type alias IDDocumentRoleV2

IDDocumentRoleV2: {
    @type: "IDDocumentRole";
    authenticationResult?: string;
    birthDateMatch?: util.v2.OneOrMore<IDDocumentMatchV2>;
    expirationDateMatch?: util.v2.OneOrMore<IDDocumentMatchV2>;
    faceMatch?: util.v2.OneOrMore<IDDocumentMatchV2>;
    hasIDDocument: util.v2.OneOrMore<IDDocumentV2>;
    issuingCountryMatch?: util.v2.OneOrMore<IDDocumentMatchV2>;
    nameMatch?: util.v2.OneOrMore<IDDocumentMatchV2>;
    selfieImage?: string;
    tamperResult?: string;
}

Type declaration