OrderRequestV3Items Property |
[This is preliminary documentation and is subject to change.]
The customs items 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<RequestItemV3> Items { get; set; }
Public Property Items As List(Of RequestItemV3)
Get
Set
public:
property List<RequestItemV3^>^ Items {
List<RequestItemV3^>^ get ();
void set (List<RequestItemV3^>^ value);
}
Property Value
Type:
ListRequestItemV3
See Also