Table of Contents

Class ConfigurableVatProvider

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll
Represents the configurable VAT provider.
public class ConfigurableVatProvider : ConfigurableAddIn
Inheritance
ConfigurableVatProvider
Inherited Members

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