Click or drag to resize
CouponCodeCollectionOrderAppliedCodes Property
Gets all applied coupon codes that are already applied in order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<ICouponCode> OrderAppliedCodes { get; }

Property Value

Type: IEnumerableICouponCode

Implements

IReadOnlyCouponCodeCollectionOrderAppliedCodes
See Also