Class OrderCaptureInfo
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents capture information about order.
[Serializable]
public class OrderCaptureInfo
- Inheritance
-
OrderCaptureInfo
- Inherited Members
Constructors
OrderCaptureInfo(OrderCaptureState, string)
Initializes a new instance of the OrderCaptureInfo class.
public OrderCaptureInfo(OrderCaptureInfo.OrderCaptureState state, string message)
Parameters
state
OrderCaptureInfo.OrderCaptureStateThe capture state.
message
stringThe message.
Properties
CaptureTime
Gets or sets the capture time.
public DateTime CaptureTime { get; set; }
Property Value
- DateTime
The capture time.
Message
Gets or sets the message.
public string Message { get; set; }
Property Value
- string
The message.
State
Gets or sets the state.
public OrderCaptureInfo.OrderCaptureState State { get; set; }
Property Value
- OrderCaptureInfo.OrderCaptureState
The state.
Methods
Parse(string)
Parses the specified XML settings.
public static OrderCaptureInfo Parse(string xmlSettings)
Parameters
xmlSettings
stringThe XML.
Returns
ToString()
Creates a XML string with the values.
public override string ToString()
Returns
- string
The XML.