Type alias UpdateClientData

UpdateClientData: {
    address?: string;
    addressLine2?: string;
    city?: string;
    contactInfo?: string[];
    country?: string;
    isCompany?: boolean;
    name: string;
    state?: string;
    taxRegistrationNumber?: string;
    zipCode?: string;
}

Type declaration

  • Optional address?: string

    Address of the client

  • Optional addressLine2?: string

    Secondary address line of the client

  • Optional city?: string

    City of the client

  • Optional contactInfo?: string[]

    Information on how to contact the client

  • Optional country?: string

    Country of the client

  • Optional isCompany?: boolean

    If the client is a company

  • name: string

    Name of the client is required

  • Optional state?: string

    State of the client

  • Optional taxRegistrationNumber?: string

    Tax registration number of the client

  • Optional zipCode?: string

    ZIP/Postal code of the client