Partager via


ContractType Enum

Definition

Describes the type of contract.

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

Fields

ProductKey 1

Refers to a contract which provides a product key result for the order item placed

RedemptionCode 2

Refers to a contract which provides Redemption code result for the order item placed.

Subscription 0

Refers to a contract which provides subscription for the order item placed

Applies to