RepresentativeInput
No description
input RepresentativeInput {
type: RepresentativeType!
roles: [String!]
gender: Gender
firstNames: [String!]
firstName: String
lastName: 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
RepresentativeInput.roles
● [String!]
list scalar
RepresentativeInput.gender
● Gender
enum
RepresentativeInput.firstNames
● [String!]
list scalar
RepresentativeInput.firstName
● String
scalar
RepresentativeInput.lastName
● String
scalar
RepresentativeInput.birthDate
● String
scalar
RepresentativeInput.birthCity
● String
scalar
RepresentativeInput.birthCityPostalCode
● String
scalar
RepresentativeInput.birthCountryCode
● CCA3
scalar
RepresentativeInput.nationality
● CCA3
scalar
RepresentativeInput.entityName
● String
scalar
RepresentativeInput.registrationNumber
● String
scalar
RepresentativeInput.legalForm
● String
scalar
RepresentativeInput.residencyAddress
● ResidencyAddressInput
input
Member Of
OnboardCompanyAccountHolderInput
input ● UpdateCompanyOnboardingInput
input