Click or drag to resize

Money Constructor (Decimal, Currency)

Initializes a new instance of the Money class

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 2026.4
Syntax
C#
public Money(
	decimal amount,
	Currency currency
)

Parameters

amount
Type: SystemDecimal
currency
Type: LSRetail.Omni.Domain.DataModel.Base.SetupCurrency
See Also