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
Syntaxpublic override Amount LineAmount { get; set; }
Public Overrides Property LineAmount As Amount
Get
Set
public:
virtual property Amount^ LineAmount {
Amount^ get () override;
void set (Amount^ value) override;
}
abstract LineAmount : Amount with get, set
override LineAmount : Amount with get, set
Property Value
Type:
AmountImplements
ILogisticsDocumentLineLineAmount
See Also