Click or drag to resize
CouponCodeCollectionMerge Method
Merge existing coupon codes with given ones.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public void Merge(
	IEnumerable<ICouponCode> couponCodes
)

Parameters

couponCodes
Type: System.Collections.GenericIEnumerableICouponCode

Implements

ICouponCodeCollectionMerge(IEnumerableICouponCode)
See Also