IShipmentPickUpRequest Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))]
public interface IShipmentPickUpRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))>]
type IShipmentPickUpRequest = interface
interface IJsonSerializable
Public Interface IShipmentPickUpRequest
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
EndTime |
Maximum date before which the pick up should commence, this must be in local time of pick up area. |
ShipmentLocation |
Shipment Location in the pickup place. Eg.front desk |
StartTime |
Minimum date after which the pick up should commence, this must be in local time of pick up area. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |