CloseoutRequestLTLV3LTLNumberType Property |
[This is preliminary documentation and is subject to change.]
LTL Number Identifier Type (ProNumber, LTLNumber)
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string LTLNumberType { get; set; }
Public Property LTLNumberType As String
Get
Set
public:
property String^ LTLNumberType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
The following LTL Number types are available.
ProNumber | The Pro number of the LTL Shipment. |
LTLNumber | The customer supplied LTL Shipment number. |
See Also