CustomerQualification Enum

Definition

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

Education 1

Education Qualification

GovernmentCommunityCloud 3

Government Community Cloud (GCC)

None 0

No Qualification

Nonprofit 2

Non-Profit / Charity Qualification

StateOwnedEntity 4

State Owned Entity (SOE)

Applies to