ScheduledDeliveryDate Property
Date shipment was originally scheduled for delivery.
Syntax
__property String ScheduledDeliveryDate = {read=FScheduledDeliveryDate, write=FSetScheduledDeliveryDate};
Default Value
""
Remarks
When the TrackShipment method is called, ScheduledDeliveryDate will be returned in the response (if available).
It is returned in this format: YYYY-MM-DD.
This property is read-only.
Data Type
String