Sdílet prostřednictvím


BillingCycleType Enum

Definition

The billing cycle type enum.

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

Fields

Annual 2

Indicates that the partner will be charged annually.

Biennial 6

Indicates that the partner will be charged every two years for the subscription.

Monthly 1

Indicates that the partner will be charged monthly.

None 3

Indicates that the partner will not be charged. This value is used for trial offers.

OneTime 4

Indicates that the partner will be charged one time. This value is used for modern product skus.

Triennial 5

Indicates that the partner will be charged every three years for the subscription.

Unknown 0

Enum initializer

Applies to