Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Tax.FixedOrByCountryStateZip;
/// <summary>
/// Represents constants of the "Fixed or by country & state & zip" tax plugin
/// </summary>
public static class FixedOrByCountryStateZipDefaults
{
/// <summary>
/// The key of the settings to save fixed tax rate of the tax category
/// </summary>
public const string FIXED_RATE_SETTINGS_KEY = "Tax.TaxProvider.FixedOrByCountryStateZip.TaxCategoryId{0}";
}