| VatGroupCountryRelationKey Constructor |
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public VatGroupCountryRelationKey(
string vatGroupId,
string languageId,
string countryId
)
Public Sub New (
vatGroupId As String,
languageId As String,
countryId As String
)
Parameters
- vatGroupId
- Type: SystemString
- languageId
- Type: SystemString
- countryId
- Type: SystemString
See Also