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

CompanyRepresentative.entityName ● String scalar

CompanyRepresentative.registrationNumber ● String scalar

CompanyRepresentative.legalForm ● String scalar

CompanyRepresentative.residencyAddress ● AddressInformation object

Implemented By

Representative union