Table of Contents

Class TaxRate

Namespace
Rescope.Commerce.Core.Entities
Assembly
Rescope.Commerce.Core.dll

Stores information about a tax rate

[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class TaxRate : IEntity, ITaxRate
Inheritance
TaxRate
Implements
Inherited Members

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Rates

public Dictionary<string, decimal> Rates { get; set; }

Property Value

Dictionary<string, decimal>

Store

[JsonIgnore]
public Store Store { get; set; }

Property Value

Store

StoreId

public Guid StoreId { get; set; }

Property Value

Guid