ParticipantType Enum

Definition

Types of Participants

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum ParticipantType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type ParticipantType = 
Public Enum ParticipantType
Inheritance
ParticipantType
Attributes

Fields

AdditionalTransactionReseller 3

An indirect reseller with a secondary transaction role.

ConsumptionReseller 2

An indirect reseller with a consumption role.

TransactionReseller 1

An indirect reseller with a transaction role.

Unknown 0

Default value if not known

Applies to