Click or drag to resize

MembershipResponse Class

Inheritance Hierarchy
System.Object
  LSRetail.Omni.Domain.DataModel.Base.Base.Entity
    LSRetail.Omni.Domain.DataModel.Activity.Client.MembershipResponse

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 2025.4
Syntax
C#
public class MembershipResponse : Entity, 
	IDisposable

The MembershipResponse type exposes the following members.

Constructors
  NameDescription
Public methodMembershipResponse()
Initializes 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 methodDispose
Releases all resources used by the MembershipResponse
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also