Click or drag to resize
MultiBuyCouponCodeInfoProviderCreateCouponInternal Method
Creates and saves new coupon for specified discount. NOTE: The uniqueness is not checked.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual MultiBuyCouponCodeInfo CreateCouponInternal(
	MultiBuyDiscountInfo discount,
	string code,
	int numberOfUses
)

Parameters

discount
Type: CMS.EcommerceMultiBuyDiscountInfo
The discount.
code
Type: SystemString
The code.
numberOfUses
Type: SystemInt32
The number of uses.

Return Value

Type: MultiBuyCouponCodeInfo
See Also