ReservationProperties.BillingPlan プロパティ

定義

可能な値を取得または設定します: 'Upfront'、'Monthly'

[Newtonsoft.Json.JsonProperty(PropertyName="billingPlan")]
public string BillingPlan { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="billingPlan")>]
member this.BillingPlan : string with get, set
Public Property BillingPlan As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象