PurchaseOrderLineConfirmedPricePerUnit Property |
The unit price that is confirmed by the supplier. null if there was no order confirmation. [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 ConfirmedPricePerUnit { get; set; }
Public Property ConfirmedPricePerUnit As Amount
Get
Set
public:
property Amount^ ConfirmedPricePerUnit {
Amount^ get ();
void set (Amount^ value);
}
member ConfirmedPricePerUnit : Amount with get, set
Property Value
Type:
Amount
See Also