CloseoutRequestShipDate Property |
[This is preliminary documentation and is subject to change.]
Date the shipment leaves the facility.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic DateTime ShipDate { get; set; }
Public Property ShipDate As DateTime
Get
Set
public:
property DateTime ShipDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTimeThe ship date.
See Also