VettingSubStatus 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.
Vetting sub status
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum VettingSubStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type VettingSubStatus =
Public Enum VettingSubStatus
- Inheritance
-
VettingSubStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None vetting sub status |
Entry | 1 | The entry step |
EmailOwnership | 2 | Email ownership check for business accounts |
EmailDomain | 3 | Email Domain for business accounts |
EmploymentVerification | 4 | Employment verification sub status |
Decision | 5 | Decision making process |
Other | 6 | Other vetting sub status |
BusinessVerification | 7 | Business verification sub status |