> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.QuoteVersionStatusInformation

# <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation" /> Class QuoteVersionStatusInformation

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for QuoteVersionStatusInformation.
Information about possible button actions for the quote version dialog.

```csharp theme={null}
public class QuoteVersionStatusInformation : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[QuoteVersionStatusInformation](SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation__ctor" /> QuoteVersionStatusInformation()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public QuoteVersionStatusInformation()
```

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation_DisplayMessage" /> DisplayMessage

Generated error message for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.

```csharp theme={null}
public virtual string DisplayMessage { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation_DisplayTooltip" /> DisplayTooltip

Generated full tooltip for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.

```csharp theme={null}
public virtual string DisplayTooltip { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation_IconHint" /> IconHint

Icon hint for the associated message.

```csharp theme={null}
public virtual string IconHint { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation_Status" /> Status

Status information for the quote version: Ok / OkWithInfo / Warn / Error.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public QuoteStatus? Status { get; set; }
```

#### Property Value

[QuoteStatus](SuperOffice.WebApi.Data.QuoteStatus.md)?

#### See Also

[QuoteVersionStatusInformation](SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md).[Status\_String](SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md#SuperOffice_WebApi_Data_QuoteVersionStatusInformation_Status_String)

### <a id="SuperOffice_WebApi_Data_QuoteVersionStatusInformation_Status_String" /> Status\_String

Status information for the quote version: Ok / OkWithInfo / Warn / Error.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Status")]
public string Status_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[QuoteVersionStatusInformation](SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md).[Status](SuperOffice.WebApi.Data.QuoteVersionStatusInformation.md#SuperOffice_WebApi_Data_QuoteVersionStatusInformation_Status)

## See Also

[QuoteAgent](SuperOffice.WebApi.Agents.QuoteAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.QuoteVersionWorkflowState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionWorkflowState.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [SuperOffice.WebApi.Data.Quote GetQuoteVersionWorkflowStatusInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteVersionWorkflowStatusInfoRequest.md)
- [SuperOffice.WebApi.Data.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
