Click or drag to resize

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; }

Property Value

Type: String
The text for product discount orderlines.

Implements

ISettingsProductDiscountText
See Also