CustomerQualification 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.
Customer Qualification When a partner creates a new customer by default the customer is assigned "CustomerQualification.None". If the partner validates that the customer belongs to Education segment they can set the qualification of the Customer to "CustomerQualification.Education". This operation is irreversible and the partner will not be allowed to override the customer qualification once set.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum CustomerQualification
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type CustomerQualification =
Public Enum CustomerQualification
- Inheritance
-
CustomerQualification
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No Qualification |
Education | 1 | Education Qualification |
Nonprofit | 2 | Non-Profit / Charity Qualification |
GovernmentCommunityCloud | 3 | Government Community Cloud (GCC) |
StateOwnedEntity | 4 | State Owned Entity (SOE) |