IEC61970 16v29a - IEC61968 12v08
ErpPayment.h
1 // ErpPayment.h
3 // Implementation of the Class ErpPayment
5 
6 #ifndef ERPPAYMENT_H
7 #define ERPPAYMENT_H
8 
9 #include "IEC61970/Base/Domain/String.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpDocument.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfERPSupport
17  {
26  {
27 
28  public:
29  ErpPayment();
30  virtual ~ErpPayment();
34  IEC61970::Base::Domain::String termsPayment;
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // ERPPAYMENT_H
IEC61970::Base::Domain::String termsPayment
Definition: ErpPayment.h:34
Definition: BusbarSectionInfo.h:14