CompanyRelatedCompany
Company related to the account holder company (company legal representative)
type CompanyRelatedCompany {
entityName: String
registrationNumber: String
registrationCountry: CCA3
roles: [String!]!
}
Fields
CompanyRelatedCompany.entityName ● String scalar
Legal name of the company
CompanyRelatedCompany.registrationNumber ● String scalar
Registration number of the company
CompanyRelatedCompany.registrationCountry ● CCA3 scalar
Country where the company is registered
CompanyRelatedCompany.roles ● [String!]! non-null scalar
Roles of the company within the account holder company
Member Of
CompanyInfo object