Table of Contents

Class TaxSettingCollection

Namespace
Dynamicweb.Ecommerce.Products.Taxes
Assembly
Dynamicweb.Ecommerce.dll
The class TaxSettingCollection represents collection of TaxSetting
[Obsolete("Use Services.Taxes instead")]
public class TaxSettingCollection : Collection<TaxSetting>, IList<TaxSetting>, ICollection<TaxSetting>, IReadOnlyList<TaxSetting>, IReadOnlyCollection<TaxSetting>, IEnumerable<TaxSetting>, IList, ICollection, IEnumerable
Inheritance
TaxSettingCollection
Implements
Inherited Members
Extension Methods

Methods

AddTaxesToOrder(Order)

Adds taxes to order.
public void AddTaxesToOrder(Order order)

Parameters

order Order
The order.

AddTaxesToProducts(ProductCollection)

Adds taxes to products.
public void AddTaxesToProducts(ProductCollection products)

Parameters

products ProductCollection
The products.

CancelTaxes(Order)

Cancel the taxes.
public void CancelTaxes(Order order)

Parameters

order Order
The order.

CommitTaxesToOrder(Order)

Commit the taxes.
public void CommitTaxesToOrder(Order order)

Parameters

order Order
The order.

HandleProductReturns(Order, Order)

Handle product returns.
public void HandleProductReturns(Order order, Order originalOrder)

Parameters

order Order
The order.
originalOrder Order
To top