Click or drag to resize

IDocumentAmountsDocumentGetDocumentAmountsInfo Method

Gets the document amounts information.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
IEnumerable<DocumentAmountInfo> GetDocumentAmountsInfo(
	bool recalculate = false
)

Parameters

recalculate (Optional)
Type: SystemBoolean
if set to true [recalculate].

Return Value

Type: IEnumerableDocumentAmountInfo
See Also