Class OrderResponseInfo
Response from a Get order state command
Inherited Members
Namespace: SuperOfficeCRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class OrderResponseInfo : PluginResponseInfo
Constructors
OrderResponseInfo()
Default constructor
Declaration
public OrderResponseInfo()
OrderResponseInfo(QuoteAlternativeContextInfo)
Copies quote, version and alternativwlines
Declaration
public OrderResponseInfo(QuoteAlternativeContextInfo context)
Parameters
| Type | Name | Description |
|---|---|---|
| QuoteAlternativeContextInfo | context |
Properties
CRMAlternativeWithLines
The possibly changed alternative with for instance the key to the order in the ERP system.
Declaration
public QuoteAlternativeWithLinesInfo CRMAlternativeWithLines { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteAlternativeWithLinesInfo |
CRMQuote
The possibly changed Quote with for instance the key to the order in the ERP system.
Declaration
public QuoteInfo CRMQuote { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteInfo |
CRMQuoteVersion
The possibly changed Version with for instance the key to the order in the ERP system.
Declaration
public QuoteVersionInfo CRMQuoteVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteVersionInfo |