Company
(OBJECT)
legal/business entity
link GraphQL Schema definition
- type Company implements ICompany {
- # Internal company ID - if registered
- ID :
- # legal registration ID
- String! :
- # company's name incl. legal form
- String! :
- # set of predefined addresses
- Address] : [
- # e-mail address
- Email! :
- # contact person name
- String :
- # contact person surnme
- String :
- # contact phone
- Phone :
- # VAT ID or tax identification number (TIN)
- # Some countries use one TIN for an entity for both regular tax and VAT
- # identification.
- String :
- # VAT ID or tax identification number (TIN) #2
- # Some countries use specific VAT ID number
- String :
- }