Class QuoteSentResponseInfo
Response from a OnAfterSentQuoteVersion command. Adds a URL field to the QuoteVersion context.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteSentResponseInfo : Object
Constructors
QuoteSentResponseInfo()
Response from a OnAfterSentQuoteVersion command. Adds a URL field to the QuoteVersion context.
Declaration
public QuoteSentResponseInfo()
Properties
Url
Url to navigate to, if non-blank
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
String |
VersionResponse
The Quote Version info describing what was sent.
Declaration
public QuoteVersionResponseInfo VersionResponse { get; set; }
Property Value
Type | Description |
---|---|
QuoteVersionResponseInfo |
Extension Methods
EnumUtil.MapEnums<From, To>(From)