共用方式為


ReservationOrderResponse.RequestDateTime Property

Definition

Gets or sets this is the DateTime when the reservation was initially requested for purchase.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestDateTime")]
public DateTime? RequestDateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestDateTime")>]
member this.RequestDateTime : Nullable<DateTime> with get, set
Public Property RequestDateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to