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
ConfigurableVatProviderSettings
public string ConfigurableVatProviderSettings { get; set; }
Property Value
Id
Gets or sets the id.
public string Id { get; set; }
Property Value
Translations
Gets the translations
public TranslationCollection<VatGroupTranslation> Translations { get; }
Property Value
ValueName
Gets or sets the value name.
public string ValueName { get; set; }
Property Value
Methods
Clone()
Clones this instance.
public VatGroup Clone()
Returns
GetName(string)
Gets the translated name in specified language
public string GetName(string languageId)
Parameters
languageId
string
Returns
SetName(string, string)
Sets the translated name in specified language
public void SetName(string languageId, string name)