Class SubmitOrderHookResponse
Inheritance
System.Object
SubmitOrderHookResponse
Namespace: DirectScale.Disco.Extension.Hooks.Orders
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SubmitOrderHookResponse : Object
Constructors
SubmitOrderHookResponse()
Declaration
public SubmitOrderHookResponse()
Properties
Order
Declaration
public NewOrderDetail Order { get; set; }
Property Value
| Type | Description |
|---|---|
| NewOrderDetail |
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |