Click or drag to resize

DocumentAmountInfo Constructor

Initializes a new instance of the DocumentAmountInfo class.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DocumentAmountInfo(
	DocumentAmount documentAmount,
	Amount baseAmount,
	Amount totalDistributedAmount
)

Parameters

documentAmount
Type: Aloe.EnterpriseOne.Model.GeneralDocumentAmount
The document amount.
baseAmount
Type: Aloe.EnterpriseOne.ModelAmount
The base amount.
totalDistributedAmount
Type: Aloe.EnterpriseOne.ModelAmount
The total distributed amount.
See Also