Type alias CompanyResponse

CompanyResponse: {
    address: string;
    addressLine2: string;
    city: string;
    contactInfo: ContactInfo[];
    country: string;
    id: string;
    logoURL: string;
    name: string;
    state: string;
    taxDocumentPath: string;
    taxRegistrations: TaxRegistration[];
}

Type declaration

  • address: string

    Registered business address line 1

  • addressLine2: string

    Registered business address line 2

  • city: string

    City in which the company is registered

  • contactInfo: ContactInfo[]

    List of contacts in the company

  • country: string

    Country in which the company is registered

  • id: string

    Unique identifier for the company

  • logoURL: string

    URL to company logo

  • name: string

    Name of the company

  • state: string

    State in which the company is registered

  • taxDocumentPath: string

    Path to tax registration certificate

  • taxRegistrations: TaxRegistration[]

    Registered tax details of the company