IndividualRepresentative
No description
type IndividualRepresentative {
roles: [String!]
firstName: String
lastName: String
preferredFirstName: String
gender: Gender
birthDate: String
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
nationality: CCA3
residencyAddress: AddressInformation
}
Fields
IndividualRepresentative.roles
● [String!]
list scalar
List of representative roles.
IndividualRepresentative.firstName
● String
scalar
First name of the representative.
IndividualRepresentative.lastName
● String
scalar
Last name of the representative.
IndividualRepresentative.preferredFirstName
● String
scalar
Preferred first name of the representative.
IndividualRepresentative.gender
● Gender
enum
Gender of the representative (Male, Female, or Unknown).
IndividualRepresentative.birthDate
● String
scalar
Birth date of the representative.
IndividualRepresentative.birthCity
● String
scalar
Birth city of the representative.
IndividualRepresentative.birthCityPostalCode
● String
scalar
Postal code of the birth city.
IndividualRepresentative.birthCountryCode
● CCA3
scalar
Birth country code of the representative.
IndividualRepresentative.nationality
● CCA3
scalar
Nationality of the representative.
IndividualRepresentative.residencyAddress
● AddressInformation
object
Residency address of the representative.
Implemented By
Representative
union