ServiceRequestStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes service request status.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum ServiceRequestStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type ServiceRequestStatus =
Public Enum ServiceRequestStatus
- Inheritance
-
ServiceRequestStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default Service Request Status. |
Open | 1 | An opened service request. |
Closed | 2 | A closed service request. |
AttentionNeeded | 3 | A service request that needs attention. |