| LiveIntegrationAddInErpControlsDiscount Property |
Gets or sets if ERP controls discount calculations
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("ERP controls discount calculations")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(156)]
public bool ErpControlsDiscount { get; set; }
<AddInParameterAttribute("ERP controls discount calculations")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(156)>
Public Property ErpControlsDiscount As Boolean
Get
Set
Property Value
Type:
Booleantrue if [ERP controls discount calculations]; otherwise,
false.
Implements
ISettingsErpControlsDiscountSee Also