Interface ProjectChangeCountryTaxRateFallbackEnabledAction

interface ProjectChangeCountryTaxRateFallbackEnabledAction {
    action: "changeCountryTaxRateFallbackEnabled";
    countryTaxRateFallbackEnabled: boolean;
}

Properties

action: "changeCountryTaxRateFallbackEnabled"
countryTaxRateFallbackEnabled: boolean

When true, country - no state Tax Rate is used as fallback. See CartsConfiguration.

Generated using TypeDoc