Click or drag to resize

Amount Constructor

Initializes a new instance of the Amount class.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount(
	decimal value,
	Currency unit
)

Parameters

value
Type: SystemDecimal
The value.
unit
Type: Aloe.EnterpriseOne.Model.GeneralCurrency
The unit.
See Also