Variable and dynamic part of auxiliary agreement, generally
representing the current state of the account related to the outstanding
balance defined in auxiliary agreement.Variable and dynamic part of
auxiliary agreement, generally representing the current state of the
account related to the outstanding balance defined in auxiliary
agreement.
|
|
__init__(self,
principleAmount=0.0,
balance=0.0,
lastDebit=None,
PaymentTransactions=None,
Charges=None,
lastCredit=None,
AuxiliaryAgreement=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,
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__
|