RepresentativeInput
No description
input RepresentativeInput {
type: RepresentativeType!
roles: [String!]
gender: Gender
firstName: String
lastName: String
preferredFirstName: String
birthDate: String
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
nationality: CCA3
entityName: String
registrationNumber: String
legalForm: String
residencyAddress: ResidencyAddressInput
}
Fields
RepresentativeInput.type ● RepresentativeType! non-null enum
Type of representative (Individual or Company).
RepresentativeInput.roles ● [String!] list scalar
List of representative roles.
RepresentativeInput.gender ● Gender enum
Gender of the representative (Male, Female, or Unknown).
RepresentativeInput.firstName ● String scalar
First name of the representative.
RepresentativeInput.lastName ● String scalar
Last name of the representative.
RepresentativeInput.preferredFirstName ● String scalar
Preferred first name of the representative.
RepresentativeInput.birthDate ● String scalar
Birth date of the representative. Must be a valid date in the YYYY/MM/DD format.
RepresentativeInput.birthCity ● String scalar
Birth city of the representative. Length must be between 0 and 100 characters.
RepresentativeInput.birthCityPostalCode ● String scalar
Postal code of the birth city. Length must be between 0 and 50 characters.
RepresentativeInput.birthCountryCode ● CCA3 scalar
Birth country code of the representative. Must be a valid alpha-3 country code (ISO 3166).
RepresentativeInput.nationality ● CCA3 scalar
Nationality of the representative. Must be a valid alpha-3 country code (ISO 3166).
RepresentativeInput.entityName ● String scalar
Legal entity name of the representative (for Company type).
RepresentativeInput.registrationNumber ● String scalar
Registration number of the representative’s legal entity.
RepresentativeInput.legalForm ● String scalar
Legal form of the representative's legal entity.
RepresentativeInput.residencyAddress ● ResidencyAddressInput input
Residency address of the representative.
Member Of
OnboardCompanyAccountHolderInput input ● UpdateCompanyOnboardingInput input