  | 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
Syntaxpublic bool AddOrderFieldsToRequest { get; set; }Public Property AddOrderFieldsToRequest As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if order fields should be added to the request; otherwise, 
false.
See Also