Click or drag to resize

StoreTransactionLineLineAmount Property

Gets or sets the line amount. For store transaction line the line amount is LineDocumentCost.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Amount LineAmount { get; set; }

Property Value

Type: Amount
The line amount.

Implements

ILogisticsDocumentLineLineAmount
See Also