Table of Contents

Class ConfigurableVatProvider

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll

Represents the configurable VAT provider.

public abstract class ConfigurableVatProvider : ConfigurableAddIn
Inheritance
ConfigurableVatProvider
Inherited Members

Examples

Example of Vat provider

Methods

FindVatPercent(ref Product)

Finds the VAT percent.

public virtual double FindVatPercent(ref Product product)

Parameters

product Product

The Product.

Returns

double

The VAT percent.

To top