Click or drag to resize
ECommerceSettingsGetApplyTaxesBasedOnString Method
Converts ApplyTaxBasedOnEnum to string value.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetApplyTaxesBasedOnString(
	ApplyTaxBasedOnEnum taxBasedOn
)

Parameters

taxBasedOn
Type: CMS.EcommerceApplyTaxBasedOnEnum
TaxBased on option.

Return Value

Type: String
See Also