CloseoutResponsePackages Property |
[This is preliminary documentation and is subject to change.]
The list of package tracking numbers along with an estimated rate for each.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<CloseoutPackage> Packages { get; set; }
Public Property Packages As List(Of CloseoutPackage)
Get
Set
public:
property List<CloseoutPackage^>^ Packages {
List<CloseoutPackage^>^ get ();
void set (List<CloseoutPackage^>^ value);
}
Property Value
Type:
ListCloseoutPackage
See Also