Product.BillingFrequency 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 frequency at which the product will be billed. Possible values include: 'OneTime', 'Monthly', 'UsageBased'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.billingFrequency")]
public string BillingFrequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.billingFrequency")>]
member this.BillingFrequency : string with get, set
Public Property BillingFrequency As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute