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
Syntaxpublic Nullable<decimal> AmountPercent { get; set; }
Public Property AmountPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ AmountPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member AmountPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also