Click or drag to resize

LiveIntegrationAddInOrderDiscountText Property

Gets or sets text for order discount order line

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Text for order discount order line")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true;inputClass=NewUIinput;Horizontal=true;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(153)]
public string OrderDiscountText { get; set; }

Property Value

Type: String
The text for order discount order line.

Implements

ISettingsOrderDiscountText
See Also