Table of Contents

Class VatGroupCountryRelation

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents a relation between the country and the VAT group.
[Serializable]
public class VatGroupCountryRelation : ICloneable
Inheritance
VatGroupCountryRelation
Implements
Inherited Members

Properties

CountryId

Gets or sets the id of the Country to which this is related.
public string CountryId { get; set; }

Property Value

string

GroupId

Gets or sets the id for the VatGroup to which this is related.
public string GroupId { get; set; }

Property Value

string

LanguageId

Gets or sets the ID of the Language in which this is related.
[Obsolete("Is not used.")]
public string LanguageId { get; set; }

Property Value

string

ReverseChargeForVat

Gets or sets a value indicating whether this relation is subject to reverse charge.
public bool ReverseChargeForVat { get; set; }

Property Value

bool

Remarks

true if subject to reverse charge; otherwise, false.

VatValue

Gets or sets the VAT percentage.
public double VatValue { get; set; }

Property Value

double

Methods

Clone()

Creates a new instance of a class with the same value as an existing instance.
public object Clone()

Returns

object
To top