Package CIM14 :: Package IEC61968 :: Package PaymentMetering :: Module AccountMovement' :: Class AccountMovement
[hide private]
[frames] | no frames]

Class AccountMovement

      object --+    
               |    
Element'.Element --+
                   |
                  AccountMovement

Credit/debit movements for an account.

Instance Methods [hide private]
 
__init__(self, dateTime='', amount=0.0, reason='', *args, **kw_args)
Initialises a new 'AccountMovement' instance.

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

Class Variables [hide private]
  _attr_types = {'amount': <type 'float'>, 'dateTime': <type 'st...
  _attrs = ['dateTime', 'amount', 'reason']
  _defaults = {'amount': 0.0, 'dateTime': '', 'reason': ''}

Inherited from Element'.Element (private): _enums, _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dateTime='', amount=0.0, reason='', *args, **kw_args)
(Constructor)

 

Initialises a new 'AccountMovement' instance.

Parameters:
  • dateTime - Date and time when the credit/debit transaction was performed.
  • amount - Amount that was credited to/debited from an account. For example: payment received/interest charge on arrears.
  • reason - Reason for credit/debit transaction on an account. Example: payment received/arrears interest levied.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'amount': <type 'float'>,
 'dateTime': <type 'str'>,
 'reason': <type 'str'>}