OBJECT
Accountant
A registered accountant company.
link GraphQL Schema definition
- type Accountant {
- # The name of the accountant
- : String
- # The company number associated with the accountant. For VAT liable companies this
- # will be their VAT number
- : String
- # The systemname as it is known in ClearFacts
- : String
- # The address registered to the accountant
- : Address
- # The platform name
- : String
- # Default email address of the accountant
- : String
- # A public URL to the logo of the accountant
- : String
- # A public URL to the favicon of the accountant
- : String
- }