CommitmentPlanProperties.AutoRenew プロパティ

定義

autoRenew コミットメント プランを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="autoRenew")]
public bool? AutoRenew { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoRenew")>]
member this.AutoRenew : Nullable<bool> with get, set
Public Property AutoRenew As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象