Click or drag to resize

PurchaseInvoiceLineLineAmount Property

The total invoiced amount for this line in the document currency of the invoice. [Currency: PurchaseInvoice.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