Click or drag to resize
Discount  Conversion (DiscountInfo to Discount)
Implicit conversion

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static implicit operator Discount (
	DiscountInfo discount
)

Parameters

discount
Type: CMS.EcommerceDiscountInfo
The discount to convert.

Return Value

Type: Discount
See Also