Type alias IDDocumentPersonV2

IDDocumentPersonV2: {
    @type: "IDDocumentPerson";
    additionalName?: util.v2.OneOrMore<string>;
    address?: util.v2.OneOrMore<PostalAddressV2>;
    birthDate?: string;
    familyName?: util.v2.OneOrMore<string>;
    gender?: string;
    givenName?: util.v2.OneOrMore<string>;
    hasIDDocument?: util.v2.OneOrMore<IDDocumentRoleV2>;
    hasIdentityCheck?: util.v2.OneOrMore<IdentityCheckV2>;
    name?: util.v2.OneOrMore<string>;
}

Type declaration