RequestPackageV3SpecialHandlingType Property |
[This is preliminary documentation and is subject to change.]
Special Handling type for this package.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string SpecialHandlingType { get; set; }
Public Property SpecialHandlingType As String
Get
Set
public:
property String^ SpecialHandlingType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
Required to be populated with either "liquids" or "nonpackagedgoods" if the client has selected Special Handling for this package, otherwise Optional.
See Also