次の方法で共有


ReservationOrderBillingPlanInformation.StartDate プロパティ

定義

課金プランが開始された日付を取得または設定します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="startDate")]
public DateTime? StartDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="startDate")>]
member this.StartDate : Nullable<DateTime> with get, set
Public Property StartDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象