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

Class Cheque

      object --+    
               |    
Element'.Element --+
                   |
                  Cheque

The actual tender when it is a type of cheque.

Instance Methods [hide private]
 
__init__(self, kind='other', micrNumber='', date='', chequeNumber='', Tender=None, bankAccountDetail=None, *args, **kw_args)
Initialises a new 'Cheque' instance.
 
getTender(self)
Payment tender the cheque is being used for.
 
setTender(self, value)

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

Class Variables [hide private]
  _attr_types = {'chequeNumber': <type 'str'>, 'date': <type 'st...
  _attrs = ['kind', 'micrNumber', 'date', 'chequeNumber']
  _defaults = {'chequeNumber': '', 'date': '', 'kind': 'other', ...
  _enums = {'kind': 'ChequeKind'}
  _refs = ['Tender', 'bankAccountDetail']
  bankAccountDetail = None

Inherited from Element'.Element (private): _many_refs

Properties [hide private]
  Tender
Payment tender the cheque is being used for.

Inherited from object: __class__

Method Details [hide private]

__init__(self, kind='other', micrNumber='', date='', chequeNumber='', Tender=None, bankAccountDetail=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Cheque' instance.

Parameters:
  • kind - Kind of cheque. Values are: "other", "postalOrder", "bankOrder"
  • micrNumber - The magnetic ink character recognition number printed on the cheque.
  • date - Date when cheque becomes valid.
  • chequeNumber - Cheque reference number as printed on the cheque.
  • Tender - Payment tender the cheque is being used for.
  • bankAccountDetail - Details of the account holder and bank.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'chequeNumber': <type 'str'>,
 'date': <type 'str'>,
 'kind': <type 'str'>,
 'micrNumber': <type 'str'>}

_defaults

Value:
{'chequeNumber': '', 'date': '', 'kind': 'other', 'micrNumber': ''}

Property Details [hide private]

Tender

Payment tender the cheque is being used for.

Get Method:
getTender(self) - Payment tender the cheque is being used for.
Set Method:
setTender(self, value)