| VatGroupset_VatGroupCountryRelation Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Variant group relation is readonly, use Services.VatGroups.GetVatGroupCountryRelation with different parameters instead")]
public void set_VatGroupCountryRelation(
string countryId,
VatGroupCountryRelation value
)
<ObsoleteAttribute("Variant group relation is readonly, use Services.VatGroups.GetVatGroupCountryRelation with different parameters instead")>
Public Sub set_VatGroupCountryRelation (
countryId As String,
value As VatGroupCountryRelation
)
Parameters
- countryId
- Type: SystemString
- value
- Type: Dynamicweb.Ecommerce.InternationalVatGroupCountryRelation
See Also