Package CIM15 :: Package IEC61968 :: Package PaymentMetering :: Module BankAccountDetail' :: Class BankAccountDetail
[hide private]
[frames] | no frames]

Class BankAccountDetail

object --+
         |
        BankAccountDetail

Details of a bank account.Details of a bank account.

Instance Methods [hide private]
 
__init__(self, holderID='', holderName='', bankName='', branchCode='', accountNumber='')
Initialises a new 'BankAccountDetail' instance.

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

Class Variables [hide private]
  _attr_types = {'accountNumber': <type 'str'>, 'bankName': <typ...
  _attrs = ['holderID', 'holderName', 'bankName', 'branchCode', ...
  _defaults = {'accountNumber': '', 'bankName': '', 'branchCode'...
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, holderID='', holderName='', bankName='', branchCode='', accountNumber='')
(Constructor)

 

Initialises a new 'BankAccountDetail' instance.

Parameters:
  • holderID - National identity number (or equivalent) of account holder.
  • holderName - Name of account holder.
  • bankName - Name of bank where account is held.
  • branchCode - Branch of bank where account is held.
  • accountNumber - Operational account reference number.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'accountNumber': <type 'str'>,
 'bankName': <type 'str'>,
 'branchCode': <type 'str'>,
 'holderID': <type 'str'>,
 'holderName': <type 'str'>}

_attrs

Value:
['holderID', 'holderName', 'bankName', 'branchCode', 'accountNumber']

_defaults

Value:
{'accountNumber': '',
 'bankName': '',
 'branchCode': '',
 'holderID': '',
 'holderName': ''}