Click or drag to resize
CouponGeneratorConfig Constructor (String, Int32)
Creates a new instance of CouponGeneratorConfig

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public CouponGeneratorConfig(
	string couponCode,
	int numberOfUses
)

Parameters

couponCode
Type: SystemString
numberOfUses
Type: SystemInt32
See Also