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.
|
__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__
|