Share via


ShipmentPickUpResponse.ReadyByTime Property

Definition

Gets time by which shipment should be ready for pick up, this is in local time of pick up area.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to