| LiveIntegrationAddInProductDiscountText Property |
Gets or sets text for product discount orderlines
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Text for product discount order lines")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true;inputClass=NewUIinput;Horizontal=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(150)]
public string ProductDiscountText { get; set; }
<AddInParameterAttribute("Text for product discount order lines")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "NewGUI=true;inputClass=NewUIinput;Horizontal=true;")>
<AddInParameterGroupAttribute("C) Orders")>
<AddInParameterOrderAttribute(150)>
Public Property ProductDiscountText As String
Get
Set
Property Value
Type:
StringThe text for product discount orderlines.
Implements
ISettingsProductDiscountTextSee Also