LTLOrderRequestPallets Property |
[This is preliminary documentation and is subject to change.]
A list of pallets included in the Order.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<LTLPalletRequest> Pallets { get; set; }
Public Property Pallets As List(Of LTLPalletRequest)
Get
Set
public:
property List<LTLPalletRequest^>^ Pallets {
List<LTLPalletRequest^>^ get ();
void set (List<LTLPalletRequest^>^ value);
}
Property Value
Type:
ListLTLPalletRequest
Remarks
If a matching LTL shipment exists, the Pallets will be added to the existing LTL shipment.
See Also