InvoicingCompany

(OBJECT)

Company branch - website's invoicing company.

link GraphQL Schema definition

  • type InvoicingCompany implements ICompany {
  • # Internal company ID
  • id: ID!
  • # legal registration ID
  • company_id: String!
  • # company's name incl. legal form
  • company_name: String!
  • # legal registration address
  • address: Address!
  • # company e-mail
  • email: Email
  • # contact phone
  • phone: Phone
  • # VAT ID or tax identification number (TIN)
  • # Some countries use one TIN for an entity for both regular tax and VAT
  • # identification.
  • vat_id: String
  • # VAT ID or tax identification number (TIN) #2
  • # Some countries use specific VAT ID number
  • vat_id2: String
  • }

link Require by