CloseoutResponseLTLV3Pallets Property |
[This is preliminary documentation and is subject to change.]
The list of pallets included in the 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<LTLPalletResponse> Pallets { get; set; }
Public Property Pallets As List(Of LTLPalletResponse)
Get
Set
public:
property List<LTLPalletResponse^>^ Pallets {
List<LTLPalletResponse^>^ get ();
void set (List<LTLPalletResponse^>^ value);
}
Property Value
Type:
ListLTLPalletResponse
See Also