Click or drag to resize

LiveIntegrationAddInSkipLedgerOrder Property

Gets or sets if skip ledgers

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Do not process ledger order")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewGUI=true;none=false;")]
[AddInParameterGroupAttribute("C) Orders")]
[AddInParameterOrderAttribute(190)]
public bool SkipLedgerOrder { get; set; }

Property Value

Type: Boolean

Implements

ISettingsSkipLedgerOrder
See Also