RequestItemV3HSCode Property |
[This is preliminary documentation and is subject to change.]
The Harmonized System Code (HS Code).
The HS Code is optional; Data Type is Text; Maximum of 20 characters.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string HSCode { get; set; }
Public Property HSCode As String
Get
Set
public:
virtual property String^ HSCode {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
String
See Also