Type alias CreateTaxSettingsResponse

CreateTaxSettingsResponse: {
    data: TaxSettings;
    errors: string[];
    success: boolean;
}

Type declaration

  • data: TaxSettings

    The tax settings

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not