6 #ifndef SERVICESUPPLIER_H 7 #define SERVICESUPPLIER_H 11 #include "IEC61970/Base/Domain/String.h" 12 #include "IEC61968/PaymentMetering/SupplierKind.h" 13 #include "IEC61968/InfIEC61968/InfCommon/BankAccount.h" 14 #include "IEC61968/Common/OrganisationRole.h" 15 #include "IEC61968/Metering/UsagePoint.h" 16 #include "IEC61968/Customers/CustomerAgreement.h" 20 namespace PaymentMetering
41 IEC61968::PaymentMetering::SupplierKind
kind = IEC61968::PaymentMetering::SupplierKind::_undef;
45 std::list<IEC61968::InfIEC61968::InfCommon::BankAccount*>
BankAccounts;
60 #endif // SERVICESUPPLIER_H std::list< IEC61968::Metering::UsagePoint * > UsagePoints
Definition: ServiceSupplier.h:49
IEC61968::PaymentMetering::SupplierKind kind
Definition: ServiceSupplier.h:41
std::list< IEC61968::InfIEC61968::InfCommon::BankAccount * > BankAccounts
Definition: ServiceSupplier.h:45
std::list< IEC61968::Customers::CustomerAgreement * > CustomerAgreements
Definition: ServiceSupplier.h:53
Definition: ServiceSupplier.h:25
Definition: BusbarSectionInfo.h:14
Definition: OrganisationRole.h:24
IEC61970::Base::Domain::String issuerIdentificationNumber
Definition: ServiceSupplier.h:37