ShipmentPickUpRequest Class

Definition

Shipment pick up request details.

public class ShipmentPickUpRequest
type ShipmentPickUpRequest = class
Public Class ShipmentPickUpRequest
Inheritance
ShipmentPickUpRequest

Constructors

ShipmentPickUpRequest()

Initializes a new instance of the ShipmentPickUpRequest class.

ShipmentPickUpRequest(DateTime, DateTime, String)

Initializes a new instance of the ShipmentPickUpRequest class.

Properties

EndTime

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

ShipmentLocation

Gets or sets shipment Location in the pickup place. Eg.front desk

StartTime

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

Methods

Validate()

Validate the object.

Applies to