Skip to main content

RepresentativeInput

Legal Representative input

input RepresentativeInput {
firstName: String
lastName: String
address: AddressInput
email: String
phone: String
documentNumber: String
stocksPercentage: Float
hasNoPublicActivity: Boolean
nationality: String
citizenship: String
}

Fields

RepresentativeInput.firstName ● String scalar

First name

RepresentativeInput.lastName ● String scalar

Last name

RepresentativeInput.address ● AddressInput input

Address

RepresentativeInput.email ● String scalar

Email

RepresentativeInput.phone ● String scalar

Phone number in E.164 format, e.g. +34666777888

RepresentativeInput.documentNumber ● String scalar

Document number (DNI/NIE)

RepresentativeInput.stocksPercentage ● Float scalar

Stock percentage (100% if it's an individual or freelancer)

RepresentativeInput.hasNoPublicActivity ● Boolean scalar

Confirms that the representative is not a PEP (Politically Exposed Person)

RepresentativeInput.nationality ● String scalar

Nationality, ISO 3166-1 alpha-2 code

RepresentativeInput.citizenship ● String scalar

Citizenship, ISO 3166-1 alpha-2 code

Member Of

SetupAccountInput input