Click or drag to resize

LogisticsDocumentLineGetDistributedAmounts Method

Gets the distributed amount among this line by specified DocumentAmountType. Only distributed amounts from the line's document are returned.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount GetDistributedAmounts(
	Func<DocumentAmountType, bool> amountTypeSelector
)

Parameters

amountTypeSelector
Type: SystemFuncDocumentAmountType, Boolean
Type of the amount.

Return Value

Type: Amount
See Also