CommodityContentHarmonizedCode Property | |
Gets or sets Harmonized Code
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 17)]
public string HarmonizedCode { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 17)]
property String^ HarmonizedCode {
String^ get ();
void set (String^ value);
}
function get_HarmonizedCode();
function set_HarmonizedCode(value);
Property Value
Type:
StringRemarks
Code used by customs in the exporting country to identify the commodity
See Also