Click or drag to resize
EcommerceTransformationFunctionsGetSKUTax Method
Returns tax for given product.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static decimal GetSKUTax(
	SKUInfo product
)

Parameters

product
Type: CMS.EcommerceSKUInfo

Return Value

Type: Decimal
See Also