Click or drag to resize
CouponCodeViewModel Class
View model class allows to display simple string values in ASCX and text transformations
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.Web.UICouponCodeViewModel

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 12.0.0
Syntax
C#
public sealed class CouponCodeViewModel : INameIndexable<string>, 
	INameIndexable

The CouponCodeViewModel type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the coupon code.
Public propertyIsApplied
Indicates that the coupon code is applied.
Public propertyItem
String indexer, gets the value with the specified name
Top
See Also