Table of Contents

Class VatGroup

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll

Represents the VAT group.

[Serializable]
public class VatGroup
Inheritance
VatGroup
Inherited Members

Constructors

VatGroup()

Creates a new instance of VatGroup.

public VatGroup()

Properties

ConfigurableVatProvider

Gets the configurable VAT provider.

public ConfigurableVatProvider ConfigurableVatProvider { get; }

Property Value

ConfigurableVatProvider

ConfigurableVatProviderSettings

public string ConfigurableVatProviderSettings { get; set; }

Property Value

string

Id

Gets or sets the id.

public string Id { get; set; }

Property Value

string

Translations

Gets the translations

public TranslationCollection<VatGroupTranslation> Translations { get; }

Property Value

TranslationCollection<VatGroupTranslation>

ValueName

Gets or sets the value name.

public string ValueName { get; set; }

Property Value

string

Methods

Clone()

Clones this instance.

public VatGroup Clone()

Returns

VatGroup

New instance of the VatGroup.

GetName(string)

Gets the translated name in specified language

public string GetName(string languageId)

Parameters

languageId string

Returns

string

SetName(string, string)

Sets the translated name in specified language

public void SetName(string languageId, string name)

Parameters

languageId string
name string
To top