Table of Contents

Class TaxSetting

Namespace
Dynamicweb.Ecommerce.Products.Taxes
Assembly
Dynamicweb.Ecommerce.dll

The class TaxSetting represents Tax settings.

public class TaxSetting
Inheritance
TaxSetting
Inherited Members

Properties

Active

Gets value indicating whether settings instance is active.

public bool Active { get; set; }

Property Value

bool

Id

Gets the tax settings id.

public int Id { get; }

Property Value

int

IsNew

Gets value indicating whether settings instance is new.

public bool IsNew { get; }

Property Value

bool

Name

Gets or sets the tax settings name.

public string Name { get; set; }

Property Value

string

TaxProvider

Gets or sets the tax provider.

public TaxProvider TaxProvider { get; set; }

Property Value

TaxProvider
To top