Click or drag to resize
ICouponCodeCollectionRemove 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: 12.0.0
Syntax
C#
void Remove(
	string couponCode
)

Parameters

couponCode
Type: SystemString
See Also