Click or drag to resize

ItemCustomerPrice Class

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

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Items
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 ItemCustomerPrice : Entity, 
	IDisposable

The ItemCustomerPrice type exposes the following members.

Constructors
  NameDescription
Public methodItemCustomerPrice
Initializes a new instance of the ItemCustomerPrice class
Public methodItemCustomerPrice(String)
Initializes a new instance of the ItemCustomerPrice class
Top
Properties
  NameDescription
Public propertyDiscountPercent
Public propertyId (Inherited from Entity.)
Public propertyLineNo
Public propertyPrice
Public propertyQuantity
Public propertyVariantId
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ItemCustomerPrice
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also