XML3 - API DLL Documentation
Header order class that manages the return data from the PlaceOrder web method. This is entirely readonly and is accessible as a property of the order object which triggered the web method.

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class OrderConfirmation
Visual Basic
Public Class OrderConfirmation
Visual C++
public ref class OrderConfirmation

Remarks

Inheritance Hierarchy

System..::..Object
  XMLV3API.Order..::..OrderConfirmation

See Also