IndividualRepresentative
No description
type IndividualRepresentative {
roles: [String!]
firstNames: [String!]
firstName: String
lastName: String
gender: Gender
birthDate: String
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
nationality: CCA3
residencyAddress: AddressInformation
}
Fields
IndividualRepresentative.roles
● [String!]
list scalar
IndividualRepresentative.firstNames
● [String!]
list scalar
IndividualRepresentative.firstName
● String
scalar
IndividualRepresentative.lastName
● String
scalar
IndividualRepresentative.gender
● Gender
enum
IndividualRepresentative.birthDate
● String
scalar
IndividualRepresentative.birthCity
● String
scalar
IndividualRepresentative.birthCityPostalCode
● String
scalar
IndividualRepresentative.birthCountryCode
● CCA3
scalar
IndividualRepresentative.nationality
● CCA3
scalar
IndividualRepresentative.residencyAddress
● AddressInformation
object
Implemented By
Representative
union