Package CIM15 :: 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 customer agreement, used as a mechanism for customer billing and payment. It contains common information from the various types of customer agreements to create billings (invoices) for a customer and receive payment.Assignment of a group of products and services purchased by the customer through a customer agreement, used as a mechanism for customer billing and payment. It contains common information from the various types of customer agreements to create billings (invoices) for a customer and receive payment.

Instance Methods [hide private]
 
__init__(self, WorkBillingInfos=None, CustomerAgreements=None, ErpInvoicees=None, PaymentTransactions=None, CustomerBillingInfos=None, *args, **kw_args)
Initialises a new 'CustomerAccount' instance.
 
addCustomerAgreements(self, *CustomerAgreements)
 
addCustomerBillingInfos(self, *CustomerBillingInfos)
 
addErpInvoicees(self, *ErpInvoicees)
 
addPaymentTransactions(self, *PaymentTransactions)
 
addWorkBillingInfos(self, *WorkBillingInfos)
 
getCustomerAgreements(self)
All agreements for this customer account.
 
getCustomerBillingInfos(self)
 
getErpInvoicees(self)
 
getPaymentTransactions(self)
All payment transactions for this customer account.
 
getWorkBillingInfos(self)
 
removeCustomerAgreements(self, *CustomerAgreements)
 
removeCustomerBillingInfos(self, *CustomerBillingInfos)
 
removeErpInvoicees(self, *ErpInvoicees)
 
removePaymentTransactions(self, *PaymentTransactions)
 
removeWorkBillingInfos(self, *WorkBillingInfos)
 
setCustomerAgreements(self, value)
 
setCustomerBillingInfos(self, value)
 
setErpInvoicees(self, value)
 
setPaymentTransactions(self, value)
 
setWorkBillingInfos(self, value)

Inherited from Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['WorkBillingInfos', 'CustomerAgreements', 'ErpIn...
  _refs = ['WorkBillingInfos', 'CustomerAgreements', 'ErpInvoice...

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

Inherited from Element'.Element (private): _enums

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

Inherited from Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'CustomerAccount' instance.

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

Class Variable Details [hide private]

_many_refs

Value:
['WorkBillingInfos',
 'CustomerAgreements',
 'ErpInvoicees',
 'PaymentTransactions',
 'CustomerBillingInfos']

_refs

Value:
['WorkBillingInfos',
 'CustomerAgreements',
 'ErpInvoicees',
 'PaymentTransactions',
 'CustomerBillingInfos']

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)

CustomerBillingInfos

Get Method:
getCustomerBillingInfos(self)
Set Method:
setCustomerBillingInfos(self, value)

ErpInvoicees

Get Method:
getErpInvoicees(self)
Set Method:
setErpInvoicees(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)

WorkBillingInfos

Get Method:
getWorkBillingInfos(self)
Set Method:
setWorkBillingInfos(self, value)