Type alias UpdateCompanyData

UpdateCompanyData: {
    address?: string;
    addressLine2: string;
    city?: string;
    contactInfo: ContactInfo[];
    country?: string;
    defaultCurrencyCode?: string;
    logo: Record<string, any>;
    name?: string;
    state?: string;
    taxRegistrationCertificate: Record<string, any>;
    taxRegistrations?: TaxRegistration[];
}

Type declaration

  • Optional address?: string

    Registered business address line 1

  • addressLine2: string

    Registered business address line 2

  • Optional city?: string

    City in which the company is registered

  • contactInfo: ContactInfo[]

    List of contacts in the company

  • Optional country?: string

    Country in which the company is registered

  • Optional defaultCurrencyCode?: string

    Default currency code

  • logo: Record<string, any>

    Company logo file (JPEG or PNG, max 2MB)

  • Optional name?: string

    Name of the company

  • Optional state?: string

    State in which the company is registered

  • taxRegistrationCertificate: Record<string, any>

    Company tax registration certificate file (PDF, max 2MB)

  • Optional taxRegistrations?: TaxRegistration[]

    Registered tax details of the company