Click or drag to resize
CouponCodeCollectionIsAppliedInOrder Method
Returns true when given codes is present and was applied in order.

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

Parameters

couponCode
Type: SystemString

Return Value

Type: Boolean

Implements

ICouponCodeCollectionIsAppliedInOrder(String)
See Also