Skip to main content

Director

Identifying details for the director of a business.

type Director {
givenName: String
familyName: String
fullName: String
obfuscatedIdentifyingNumber: String
dateOfBirth: Date
}

Fields

givenName ● String scalar

Given name(s) or first name(s) of the Director. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.

familyName ● String scalar

Surname(s) or last name(s) of the Director. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.

fullName ● String scalar

Director full name in title case.

obfuscatedIdentifyingNumber ● String scalar

The obfuscated ID or passport number. ID numbers in the format of 123456XXXX08X.

dateOfBirth ● Date scalar

The date of birth, if available.