Click or drag to resize

ReceivingOrderLineLineAmount Property

The total amount for the line. Equals to Quantity * Price_Per_Unit. [Currency: ReceivingOrder.DocumentCurrency] [Required] [Default(0)]

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Procurement
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

Implements

ILogisticsDocumentLineLineAmount
See Also