Table of Contents

Interface ITaxRate

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public interface ITaxRate

Properties

Enabled

bool Enabled { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

Rates

Dictionary<string, decimal> Rates { get; }

Property Value

Dictionary<string, decimal>