Class OrderCaptureInfo
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents capture information about order.
- Inheritance
-
Order
Capture Info
- Inherited Members
Constructors
OrderCaptureInfo(OrderCaptureState, string)
Initializes a new instance of the Order
Parameters
state
OrderCapture .OrderInfo Capture State The capture state.
message
stringThe message.
Properties
CaptureTime
Gets or sets the capture time.
Property Value
- Date
Time The capture time.
Message
Gets or sets the message.
Property Value
- string
The message.
State
Gets or sets the state.
Property Value
- Order
Capture .OrderInfo Capture State The state.
Methods
Parse(string)
Parses the specified XML settings.
Parameters
xmlSettings
stringThe XML.
Returns
ToString()
Creates a XML string with the values.
Returns
- string
The XML.