Click or drag to resize

MembershipResponse Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Activity.ClientMembershipResponse

Namespace: LSRetail.Omni.Domain.DataModel.Activity.Client
Assembly: LSRetail.Omni.Domain.DataModel.Activity (in LSRetail.Omni.Domain.DataModel.Activity.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
public class MembershipResponse : Entity, 
	IDisposable

The MembershipResponse type exposes the following members.

Constructors
 NameDescription
Public methodMembershipResponseInitializes a new instance of the MembershipResponse class
Public methodMembershipResponse(String)Initializes a new instance of the MembershipResponse class
Top
Properties
 NameDescription
Public propertyBookingRef 
Public propertyDiscount 
Public propertyId
(Inherited from Entity)
Public propertyItemNo 
Public propertyPrice 
Public propertyQuantity 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the MembershipResponse
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also