Click or drag to resize

OrderXmlGeneratorSettingsAddOrderLineFieldsToRequest Property

Gets or sets a value indicating whether order line fields should be added to the request.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public bool AddOrderLineFieldsToRequest { get; set; }

Property Value

Type: Boolean
true if order line fields should be added to the request; otherwise, false.
See Also