Enum PriceVatMode
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
Defines the VAT label states for a price.
public enum PriceVatMode
Fields
ExclusiveVat = 2Prices are shown excluding VAT.
ExclusiveVatReverseCharge = 3Prices are shown excluding VAT with reverse charge.
InclusiveVat = 1Prices are shown including VAT.
None = 0Undefined / no price provided.