PricingModelCostAmountPerUnit Property |
Used when the cost is calculated as amount per unit of the product. The unit is defined in Measurement_Unit_Id. null when the cost is calculated in a different way. [Currency: PricingModel.Currency]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pricing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount AmountPerUnit { get; set; }
Public Property AmountPerUnit As Amount
Get
Set
public:
property Amount^ AmountPerUnit {
Amount^ get ();
void set (Amount^ value);
}
member AmountPerUnit : Amount with get, set
Property Value
Type:
Amount
See Also