RelatedCompanyInput
Input for a company related to the account holder company (company legal representative)
input RelatedCompanyInput {
entityName: String
registrationNumber: String
registrationCountry: CCA3
roles: [String!]!
}
Fields
RelatedCompanyInput.entityName ● String scalar
Legal name of the company
RelatedCompanyInput.registrationNumber ● String scalar
Registration number of the company
RelatedCompanyInput.registrationCountry ● CCA3 scalar
Country where the company is registered
RelatedCompanyInput.roles ● [String!]! non-null scalar
Roles of the company within the account holder company
Member Of
CompanyInfoInput input ● CompanyInfoUpdateInput input