共用方式為


Product.BillingFrequency 屬性

定義

取得或設定要計費產品的頻率。 可能的值包括:'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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於