Share via


OrderStatus.UpdateDateTime Property

Definition

Gets time of status update.

[Newtonsoft.Json.JsonProperty(PropertyName="updateDateTime")]
public DateTime? UpdateDateTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="updateDateTime")>]
member this.UpdateDateTime : Nullable<DateTime>
Public ReadOnly Property UpdateDateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to