Share via


BillingType Enum

Definition

The way billing is processed for a subscription.

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

Fields

License 2

License based billing.

None 0

Indicates nothing - not set, used as an initializer.

Usage 1

Usage based billing.

Applies to