Click or drag to resize

Money Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.RetailMoney

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public sealed class Money

The Money type exposes the following members.

Constructors
  NameDescription
Public methodMoney
Initializes a new instance of the Money class
Public methodMoney(Money)
Initializes a new instance of the Money class
Public methodMoney(Decimal, Currency)
Initializes a new instance of the Money class
Public methodMoney(Decimal, String)
Initializes a new instance of the Money class
Top
Properties
Methods
Operators
  NameDescription
Public operatorStatic memberAddition
Public operatorStatic memberSubtraction
Top
See Also