Catalog.BillingPlans プロパティ

定義

この SKU で使用できる課金プラン オプションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="billingPlans")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> BillingPlans { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="billingPlans")>]
member this.BillingPlans : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> with get, set
Public Property BillingPlans As IDictionary(Of String, IList(Of String))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象