Interface ITaxRate
public interface ITaxRate
Properties
Enabled
bool Enabled { get; }
Property Value
Name
string Name { get; }
Property Value
Rates
Dictionary<string, decimal> Rates { get; }
public interface ITaxRate
bool Enabled { get; }
string Name { get; }
Dictionary<string, decimal> Rates { get; }