Click or drag to resize

PricingModelCostAmountPercent Property

Used when the cost is calculated as percent of the amount. null when the cost is calculated in a different way.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Pricing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<decimal> AmountPercent { get; set; }

Property Value

Type: NullableDecimal
See Also