InvoicingCompanyData
(OBJECT)
Billing company branch information used for document and invoice generation.
link GraphQL Schema definition
- type InvoicingCompanyData implements ICompany {
- # Internal company ID
- : ID
- # legal registration ID
- : String!
- # company's name incl. legal form
- : String!
- # contact person name
- : String
- # legal registration address
- : Address!
- # company e-mail
- : Email
- # 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
- }