PricingModelPriceListMarginPercent Property |
Used, when the price will be automatically calculated as percentage difference from standard price. It is usually a negative value. null, when the price will not be automatically calculated in this way.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pricing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> MarginPercent { get; set; }
Public Property MarginPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ MarginPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member MarginPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also