OrderRequestV3Note Property |
[This is preliminary documentation and is subject to change.]
A client-assigned reference number that appears on the shipping label generated for each package in this order.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string Note { get; set; }
Public Property Note As String
Get
Set
public:
property String^ Note {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also