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: Commerce Service for LS Central 2024.4
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 propertyCurrencyCode
Public propertyEntryType
Public propertyExpireDate
Public propertyId (Inherited from Entity.)
Public propertyPin
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the GiftCard
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also