IEC61970 16v29a - IEC61968 12v08
TenderKind.h
1 // TenderKind.h
3 // Implementation of the Class TenderKind
4 // Original author: T. Kostic
6 
7 #ifndef TENDERKIND_H
8 #define TENDERKIND_H
9 
10 namespace IEC61968
11 {
12  namespace PaymentMetering
13  {
17  enum class TenderKind
18  {
22  _undef = -1, cheque,
26  card,
30  cash,
34  unspecified,
38  other
39  };
40 
41  }
42 
43 }
44 #endif // TENDERKIND_H
Definition: BusbarSectionInfo.h:14