DeclarationLineIntrastatCommodityCode Property |
The commodity code of the goods, according to the Intrastat commodity classification. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CommodityCode IntrastatCommodityCode { get; set; }
Public Property IntrastatCommodityCode As CommodityCode
Get
Set
public:
property CommodityCode^ IntrastatCommodityCode {
CommodityCode^ get ();
void set (CommodityCode^ value);
}
member IntrastatCommodityCode : CommodityCode with get, set
Property Value
Type:
CommodityCode
See Also