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