Table of Contents

Enum PriceVatMode

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll

Defines the VAT label states for a price.

public enum PriceVatMode

Fields

ExclusiveVat = 2

Prices are shown excluding VAT.

ExclusiveVatReverseCharge = 3

Prices are shown excluding VAT with reverse charge.

InclusiveVat = 1

Prices are shown including VAT.

None = 0

Undefined / no price provided.

To top