Click or drag to resize

OrderXmlGeneratorSettingsAddOrderFieldsToRequest Property

Gets or sets a value indicating whether order 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 AddOrderFieldsToRequest { get; set; }

Property Value

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