Share via


Sku.SupportedBillingCycles Property

Definition

Gets or sets the billing cycles supported for the offer.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Products.BillingCycleType> SupportedBillingCycles { get; set; }
member this.SupportedBillingCycles : seq<Microsoft.Store.PartnerCenter.Models.Products.BillingCycleType> with get, set
Public Property SupportedBillingCycles As IEnumerable(Of BillingCycleType)

Property Value

A collection of billing cycles supported for this offer.

Applies to