PricingModelDefaultMarginPercent Property |
Default margin between standard cost and standard price. The margin is applied to the products when calculating standard price. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pricing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal DefaultMarginPercent { get; set; }
Public Property DefaultMarginPercent As Decimal
Get
Set
public:
property Decimal^ DefaultMarginPercent {
Decimal^ get ();
void set (Decimal^ value);
}
member DefaultMarginPercent : decimal with get, set
Property Value
Type:
Decimal
See Also