Package CIM14 :: Package IEC61968 :: Package Customers :: Module CustomerAccount' :: Class CustomerAccount
[hide private]
[frames] | no frames]

Class CustomerAccount

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                           Common.Document'.Document --+
                                                       |
                                                      CustomerAccount

Assignment of a group of products and services purchased by the Customer through a CustomerAgreement, used as a mechanism for customer billing and payment. It contains common information from the various types of CustomerAgreements to create billings (invoices) for a Customer and receive payment.

Instance Methods [hide private]
 
__init__(self, PaymentTransactions=None, CustomerAgreements=None, *args, **kw_args)
Initialises a new 'CustomerAccount' instance.
 
addCustomerAgreements(self, *CustomerAgreements)
 
addPaymentTransactions(self, *PaymentTransactions)
 
getCustomerAgreements(self)
All agreements for this customer account.
 
getPaymentTransactions(self)
All payment transactions for this customer account.
 
removeCustomerAgreements(self, *CustomerAgreements)
 
removePaymentTransactions(self, *PaymentTransactions)
 
setCustomerAgreements(self, value)
 
setPaymentTransactions(self, value)

Inherited from Common.Document'.Document: addActivityRecords, addMeasurements, getActivityRecords, getMeasurements, removeActivityRecords, removeMeasurements, setActivityRecords, setMeasurements

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['PaymentTransactions', 'CustomerAgreements']
  _refs = ['PaymentTransactions', 'CustomerAgreements']

Inherited from Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CustomerAgreements
All agreements for this customer account.
  PaymentTransactions
All payment transactions for this customer account.

Inherited from Common.Document'.Document: ActivityRecords, Measurements

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, PaymentTransactions=None, CustomerAgreements=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CustomerAccount' instance.

Parameters:
  • PaymentTransactions - All payment transactions for this customer account.
  • CustomerAgreements - All agreements for this customer account.
Overrides: object.__init__

Property Details [hide private]

CustomerAgreements

All agreements for this customer account.

Get Method:
getCustomerAgreements(self) - All agreements for this customer account.
Set Method:
setCustomerAgreements(self, value)

PaymentTransactions

All payment transactions for this customer account.

Get Method:
getPaymentTransactions(self) - All payment transactions for this customer account.
Set Method:
setPaymentTransactions(self, value)