Click or drag to resize

ILogisticsDocumentLineConfirmedQuantity Property

Gets or sets the confirmed quantity. Can be null. Inheritors that do not support confirmed quantity always return null.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
Quantity ConfirmedQuantity { get; set; }

Property Value

Type: Quantity
The confirmed quantity.
See Also