| VatGroupCreate Method (String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.VatGroups.GetVatGroup(vatGroupId, languageId) instead")]
public static VatGroup Create(
string vatGroupId,
string languageId
)
<ObsoleteAttribute("Use Services.VatGroups.GetVatGroup(vatGroupId, languageId) instead")>
Public Shared Function Create (
vatGroupId As String,
languageId As String
) As VatGroup
Parameters
- vatGroupId
- Type: SystemString
- languageId
- Type: SystemString
Return Value
Type:
VatGroupSee Also