BillingCycleType Enum

Definition

The way billing is processed for a subscription.

[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 for the subscription

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 for the subscription

None 3

Indicates that the partner will not be charged monthly for the subscription This value may be used for trial offers

OneTime 4

Indicates that the partner will be charged one-time This value does not apply to all products.

Triennial 5

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

Unknown 0

Enum initializer

Applies to