Click or drag to resize
ECommerceHelperGetDiscountTypeString Method
Converts DiscountTypeEnum to discount type string value.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetDiscountTypeString(
	DiscountTypeEnum type
)

Parameters

type
Type: CMS.EcommerceDiscountTypeEnum
Discount type.

Return Value

Type: String
See Also