PurchaseInvoiceLineUnitPrice Property |
The unit price of the invoiced item 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 Amount UnitPrice { get; set; }
Public Property UnitPrice As Amount
Get
Set
public:
property Amount^ UnitPrice {
Amount^ get ();
void set (Amount^ value);
}
member UnitPrice : Amount with get, set
Property Value
Type:
Amount
See Also