#include <Customer.h>


Organisation receiving services from service supplier.
| std::list<IEC61968::Customers::CustomerAccount*> IEC61968::Customers::Customer::CustomerAccounts | 
All accounts of this customer.
| std::list<IEC61968::Customers::CustomerAgreement*> IEC61968::Customers::Customer::CustomerAgreements | 
All agreements of this customer.
| std::list<IEC61968::Metering::EndDevice*> IEC61968::Customers::Customer::EndDevices | 
All end devices of this customer.
| IEC61968::Customers::CustomerKind IEC61968::Customers::Customer::kind = IEC61968::Customers::CustomerKind::_undef | 
Kind of customer.
| IEC61970::Base::Domain::String IEC61968::Customers::Customer::locale | 
Locale designating language to use in communications with this customer.
| IEC61968::Common::Priority IEC61968::Customers::Customer::priority | 
Priority of the customer.
| IEC61970::Base::Domain::String IEC61968::Customers::Customer::pucNumber | 
(if applicable) Public utilities commission (PUC) identification number.
| IEC61970::Base::Domain::String IEC61968::Customers::Customer::specialNeed | 
True if customer organisation has special service needs such as life support, hospitals, etc.
| IEC61968::Common::Status IEC61968::Customers::Customer::status | 
Status of this customer.
| IEC61970::Base::Domain::Boolean IEC61968::Customers::Customer::vip | 
(use 'priority' instead) True if this is an important customer. Importance is for matters different than those in 'specialNeed' attribute.
| std::list<IEC61968::Work::Work*> IEC61968::Customers::Customer::Works | 
All the works performed for this customer.
 1.8.13