CloseoutRequestPackIDType Property |
[This is preliminary documentation and is subject to change.]
Package Identifier Type (Pin, PackageID, GroupName)
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string PackIDType { get; set; }
Public Property PackIDType As String
Get
Set
public:
property String^ PackIDType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
The following package ID types are available.
Pin | The Purolator Pin used for package tracking. |
PackageID | The customer supplied package number. |
GroupName | Selects all packages with the designated GroupName(s) |
See Also