Offer.SupportedBillingCycles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the supported billing cycles for the offer.
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Offers.BillingCycleType> SupportedBillingCycles { get; set; }
member this.SupportedBillingCycles : seq<Microsoft.Store.PartnerCenter.Models.Offers.BillingCycleType> with get, set
Public Property SupportedBillingCycles As IEnumerable(Of BillingCycleType)
Property Value
A collection of billing cycles supported for this offer.