Table of Contents

Class ProductVatGroup

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Represents VAT groups on product for each country

[Serializable]
public class ProductVatGroup
Inheritance
ProductVatGroup
Inherited Members

Constructors

ProductVatGroup()

Initializes a new instance of the ProductVatGroup class.

public ProductVatGroup()

Properties

CountryId

Gets or sets the country ID.

public string CountryId { get; set; }

Property Value

string

ID

public int ID { get; set; }

Property Value

int

IsNew

public bool IsNew { get; }

Property Value

bool

ProductId

Gets or sets the product ID.

public string ProductId { get; set; }

Property Value

string

ProductVariantId

Gets or sets the product variant ID.

public string ProductVariantId { get; set; }

Property Value

string

VatGroupId

Gets or sets the product VAT group ID.

public string VatGroupId { get; set; }

Property Value

string
To top