ShipmentPickUpRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET