Type alias Company

Company: {
    accountId: string;
    address: string;
    addressLine2: string;
    city: string;
    contactInfo: CompanyContactInfo[];
    country: string;
    defaultCurrencyCode: string;
    id: string;
    industry: string;
    invoiceSettings: InvoiceSettings;
    invoices: Invoice[];
    logoURL: string;
    name: string;
    projects: Project[];
    state: string;
    taxRegistrations: string[];
}

Type declaration

  • accountId: string

    Account ID to which the company belongs

  • address: string

    Registered postal address of the company

  • addressLine2: string

    Additional address information

  • city: string

    City in which the company exists

  • contactInfo: CompanyContactInfo[]

    Contact details of the company

  • country: string

    Country in which the company exists

  • defaultCurrencyCode: string

    Default currency code for the company

  • id: string

    ID of the company

  • industry: string

    Industry the company operates in

  • invoiceSettings: InvoiceSettings

    Invoice settings for the company

  • invoices: Invoice[]

    List of invoices generated for the company

  • logoURL: string

    URL of company logo

  • name: string

    Name of the company

  • projects: Project[]

    List of projects being managed by the company

  • state: string

    State in which the company exists

  • taxRegistrations: string[]

    Company tax registration information