ShipmentPickUpResponse interface  
Shipment pick up response.
Properties
| confirmation | 
	Confirmation number for the pick up request. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| ready | 
	Time by which shipment should be ready for pick up, this is in local time of pick up area. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		confirmationNumber
	 
	Confirmation number for the pick up request. NOTE: This property will not be serialized. It can only be populated by the server.
confirmationNumber?: string
				Property Value
string
		readyByTime
	 
	Time by which shipment should be ready for pick up, this is in local time of pick up area. NOTE: This property will not be serialized. It can only be populated by the server.
readyByTime?: Date
				Property Value
Date