Click or drag to resize

VatGroupCountryRelationKey Constructor

Initializes a new instance of the VatGroupCountryRelationKey class

Namespace:  Dynamicweb.Ecommerce.International
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public VatGroupCountryRelationKey(
	string vatGroupId,
	string languageId,
	string countryId
)

Parameters

vatGroupId
Type: SystemString
languageId
Type: SystemString
countryId
Type: SystemString
See Also