Skip to main content

CompanyRepresentative

No description

type CompanyRepresentative {
roles: [String!]
entityName: String
registrationNumber: String
legalForm: String
residencyAddress: AddressInformation
}

Fields

CompanyRepresentative.roles ● [String!] list scalar

List of representative roles.

CompanyRepresentative.entityName ● String scalar

Legal entity name of the representative (for Company type).

CompanyRepresentative.registrationNumber ● String scalar

Registration number of the representative’s legal entity.

CompanyRepresentative.legalForm ● String scalar

Legal form of the representative's legal entity.

CompanyRepresentative.residencyAddress ● AddressInformation object

Residency address of the representative.

Implemented By

Representative union