LTLShipmentRequestShipToAddress Property |
[This is preliminary documentation and is subject to change.]
The address to which the order is being shipped.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic Address ShipToAddress { get; set; }
Public Property ShipToAddress As Address
Get
Set
public:
property Address^ ShipToAddress {
Address^ get ();
void set (Address^ value);
}
Property Value
Type:
Address
See Also