CloseoutRequestLTLV3LTLNumbers Property |
[This is preliminary documentation and is subject to change.]
A list of consolidated LTL Shipments to closeout.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<string> LTLNumbers { get; set; }
Public Property LTLNumbers As List(Of String)
Get
Set
public:
property List<String^>^ LTLNumbers {
List<String^>^ get ();
void set (List<String^>^ value);
}
Property Value
Type:
ListString
See Also