Share via


ShipmentPickUpRequest.EndTime Property

Definition

Gets or sets maximum date before which the pick up should commence, this must be in local time of pick up area.

[Newtonsoft.Json.JsonProperty(PropertyName="endTime")]
public DateTime EndTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endTime")>]
member this.EndTime : DateTime with get, set
Public Property EndTime As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to