LegalRepresentativeInput
Input to provide details about a persons legal representatives
input LegalRepresentativeInput {
isUniqueRepresentative: Boolean!
representative: LegalRepresentativeByInput!
representativeRole: LegalRepresentativeRoleInput!
}
Fields
LegalRepresentativeInput.isUniqueRepresentative ● Boolean! non-null scalar
Whether the legal representative is unique or not.
LegalRepresentativeInput.representative ● LegalRepresentativeByInput! non-null input
The identification of the legal representative.
LegalRepresentativeInput.representativeRole ● LegalRepresentativeRoleInput! non-null input
The type of the legal representative.