Click or drag to resize

GiftCard Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.MembersGiftCard

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Members
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class GiftCard : Entity, IDisposable

The GiftCard type exposes the following members.

Constructors
  NameDescription
Public methodGiftCard
Initializes a new instance of the GiftCard class
Top
Properties
  NameDescription
Public propertyBalance
Public propertyExpireDate
Public propertyId (Inherited from Entity.)
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the GiftCard
Top
See Also