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

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

Parameters

couponCode
Type: SystemString

Return Value

Type: Boolean
See Also