Click or drag to resize
CouponCodeCollectionRemove Method
Removes the coupon with given couponCode from collection. Does nothing when no such coupon exists.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public void Remove(
	string couponCode
)

Parameters

couponCode
Type: SystemString

Implements

ICouponCodeCollectionRemove(String)
See Also