PurchaseOrderLinePricePerUnit Property |
The expected unit price of the ordered products, in the document currency. [Currency: PurchaseOrder.DocumentCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount PricePerUnit { get; set; }
Public Property PricePerUnit As Amount
Get
Set
public:
property Amount^ PricePerUnit {
Amount^ get ();
void set (Amount^ value);
}
member PricePerUnit : Amount with get, set
Property Value
Type:
Amount
See Also