IEC61970 16v29a - IEC61968 12v08
ChequeKind.h
1 // ChequeKind.h
3 // Implementation of the Class ChequeKind
4 // Original author: T. Kostic
6 
7 #ifndef CHEQUEKIND_H
8 #define CHEQUEKIND_H
9 
10 namespace IEC61968
11 {
12  namespace PaymentMetering
13  {
17  enum class ChequeKind
18  {
22  _undef = -1, postalOrder,
26  bankOrder,
30  other
31  };
32 
33  }
34 
35 }
36 #endif // CHEQUEKIND_H
Definition: BusbarSectionInfo.h:14