SalesOrderLineStandardUnitPrice Property |
Standard unit price of the product during the creation of the sales order line. [Currency: SalesOrder.DocumentCurrency] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount StandardUnitPrice { get; set; }
Public Property StandardUnitPrice As Amount
Get
Set
public:
property Amount^ StandardUnitPrice {
Amount^ get ();
void set (Amount^ value);
}
member StandardUnitPrice : Amount with get, set
Property Value
Type:
Amount
See Also