Variable and dynamic part of AuxiliaryAgreement, generally
representing the current state of the account related to the outstanding
balance defined in AuxiliaryAgreement.
|
__init__(self,
balance=0.0,
principleAmount=0.0,
Charges=None,
AuxiliaryAgreement=None,
PaymentTransactions=None,
lastDebit=None,
lastCredit=None,
due=None,
*args,
**kw_args)
Initialises a new 'AuxiliaryAccount' instance. |
|
|
|
addCharges(self,
*Charges) |
|
|
|
addPaymentTransactions(self,
*PaymentTransactions) |
|
|
|
getAuxiliaryAgreement(self)
Auxiliary agreement regulating this account. |
|
|
|
getCharges(self)
All charges levied on this account. |
|
|
|
getPaymentTransactions(self)
All payments against this account. |
|
|
|
removeCharges(self,
*Charges) |
|
|
|
removePaymentTransactions(self,
*PaymentTransactions) |
|
|
|
setAuxiliaryAgreement(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__
|