Commodity Code (BBIE). The harmonized international commodity code for regulatory (customs and trade statistics) purposes.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ICode CommodityCode { get; set; } |
| Visual Basic |
|---|
Public Property CommodityCode As ICode
Get
Set |
| Visual C++ |
|---|
public:
virtual property ICode^ CommodityCode {
ICode^ get () sealed;
void set (ICode^ value) sealed;
} |
| F# |
|---|
abstract CommodityCode : ICode with get, set
override CommodityCode : ICode with get, set |
Property Value
Type:
ICodeImplements
ICommodityClassification..::..CommodityCodeRemarks
Examples
"1102222883"
See Also