Click or drag to resize

Price Class

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

The Price type exposes the following members.

Constructors
  NameDescription
Public methodPrice
Initializes 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
amount as string, with currency code
Public propertyAmt
amount as decimal
Public propertyItemId
Public propertyStoreId
Public propertyUomId
Public propertyVariantId
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Price
Top
See Also