ILogisticsDocumentLine Properties |
The ILogisticsDocumentLine type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfirmedQuantity |
Gets or sets the confirmed quantity. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| ConfirmedQuantityBase |
Gets or sets the confirmed quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| ConfirmedStandardQuantityBase |
Gets or sets the confirmed standard quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| Document |
Gets the document of this document component.
(Inherited from IDocumentComponent.) | |
| LineAmount |
Gets or sets the line amount.
| |
| LineNumber |
Gets or sets the line number.
(Inherited from IDocumentLine.) | |
| LineStore |
Gets or sets the line store. If the logistics line does not support line stores, then this property will ignore sets and return always null.
| |
| LogisticsDocument |
Gets the logistics document of the line.
| |
| Lot |
Gets or sets the lot. If the logistics line does not support lots, then this property will ignore sets and return always null.
| |
| Product |
Gets or sets the product.
| |
| ProductVariant |
Gets or sets the product variant. If the logistics line does not support product variants, then this property will ignore sets and return always null.
| |
| Quantity |
Gets or sets the quantity.
| |
| QuantityBase |
Gets or sets the quantity base.
| |
| QuantityUnit |
Gets or sets the quantity measurement unit.
| |
| SerialNumber |
Gets or sets the serial number. If the logistics line does not support serial numbers, then this property will ignore sets and return always null.
| |
| StandardQuantityBase |
Gets the standard quantity base.
| |
| StoreBin |
Gets or sets the store bin. If the logistics line does not support store bins, then this property will ignore sets and return always null.
| |
| SupportsConfirmedQuantity |
Gets a value indicating whether the line supports confirmed quantity.
| |
| UnitAmount |
Gets or sets the unit amount of the logistics line. This can be unit price or unit cost.
|