Click or drag to resize

OrderXmlGeneratorSettings Class

A settings class to drive the generation of order XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsXmlGeneratorSettings
    Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsOrderXmlGeneratorSettings

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class OrderXmlGeneratorSettings : XmlGeneratorSettings

The OrderXmlGeneratorSettings type exposes the following members.

Constructors
  NameDescription
Public methodOrderXmlGeneratorSettings
Initializes a new instance of the OrderXmlGeneratorSettings class
Top
Properties
  NameDescription
Public propertyAddOrderFieldsToRequest
Gets or sets a value indicating whether order fields should be added to the request.
Public propertyAddOrderLineFieldsToRequest
Gets or sets a value indicating whether order line fields should be added to the request.
Public propertyBeautify
Gets or sets a value indicating whether the XML should be "beautified" (line breaks and indention).
(Inherited from XmlGeneratorSettings.)
Public propertyCreateOrder
Gets or sets a value indicating whether the current request is for a cart (false) or an actual order (true).
Public propertyErpControlsDiscount
Gets or sets if ERP controls discount calculations
Public propertyErpControlsShipping
Gets or sets if ERP controls shipping
Public propertyErpShippingItemKey
Gets or sets the key for shipping item.
Public propertyLiveIntegrationSubmitType
Gets or sets the type of the live integration submit.
(Inherited from XmlGeneratorSettings.)
Public propertyReferenceName
Gets or sets the name of the reference.
(Inherited from XmlGeneratorSettings.)
Top
See Also