Click or drag to resize

Price Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Loyalty.ItemsPrice

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 2026.8.0
Syntax
C#
public class Price : IDisposable

The Price type exposes the following members.

Constructors
 NameDescription
Public methodPriceInitializes a new instance of the Price class
Public methodPrice(String, String, String)Initializes a new instance of the Price class
Top
Properties
 NameDescription
Public propertyAmount 
Public propertyAmt 
Public propertyItemId 
Public propertyNetAmt 
Public propertyStoreId 
Public propertyUomId 
Public propertyVariantId 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the Price
Top
See Also