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

Class Transactor

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  Transactor

The entity that ultimately executes the transaction and who is in control of the process; typically this is embodied in secure software running on a server that may employ secure hardware encryption devices for secure transaction processing.

Instance Methods [hide private]
 
__init__(self, MerchantAccounts=None, *args, **kw_args)
Initialises a new 'Transactor' instance.
 
addMerchantAccounts(self, *MerchantAccounts)
 
getMerchantAccounts(self)
All merchant accounts registered with this transactor.
 
removeMerchantAccounts(self, *MerchantAccounts)
 
setMerchantAccounts(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['MerchantAccounts']
  _refs = ['MerchantAccounts']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MerchantAccounts
All merchant accounts registered with this transactor.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, MerchantAccounts=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Transactor' instance.

Parameters:
  • MerchantAccounts - All merchant accounts registered with this transactor.
Overrides: object.__init__

Property Details [hide private]

MerchantAccounts

All merchant accounts registered with this transactor.

Get Method:
getMerchantAccounts(self) - All merchant accounts registered with this transactor.
Set Method:
setMerchantAccounts(self, value)