IEC61970 16v29a - IEC61968 12v08
ErpInvoiceLineItemKind.h
1 // ErpInvoiceLineItemKind.h
3 // Implementation of the Class ErpInvoiceLineItemKind
4 // Original author: T. Kostic
6 
7 #ifndef ERPINVOICELINEITEMKIND_H
8 #define ERPINVOICELINEITEMKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfERPSupport
15  {
19  enum class ErpInvoiceLineItemKind
20  {
21  _undef = -1, initial,
22  recalculation,
23  other
24  };
25 
26  }
27 
28  }
29 
30 }
31 #endif // ERPINVOICELINEITEMKIND_H
Definition: BusbarSectionInfo.h:14