AddLTLPalletRequestPallets Property |
[This is preliminary documentation and is subject to change.]
The packages to add to 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<LTLPalletRequestV3> Pallets { get; set; }
Public Property Pallets As List(Of LTLPalletRequestV3)
Get
Set
public:
property List<LTLPalletRequestV3^>^ Pallets {
List<LTLPalletRequestV3^>^ get ();
void set (List<LTLPalletRequestV3^>^ value);
}
Property Value
Type:
ListLTLPalletRequestV3
See Also