Record of total receipted payment from customer.
|
__init__(self,
isBankable=False,
CashierShift=None,
Tenders=None,
VendorShift=None,
Transactions=None,
line=None,
*args,
**kw_args)
Initialises a new 'Receipt' instance. |
|
|
|
addTenders(self,
*Tenders) |
|
|
|
addTransactions(self,
*Transactions) |
|
|
|
getCashierShift(self)
Cashier shift during which this receipt was recorded. |
|
|
|
getTenders(self)
All payments received in the form of tenders recorded by this
receipt. |
|
|
|
getTransactions(self)
All transactions recorded for this receipted payment. |
|
|
|
getVendorShift(self)
Vendor shift during which this receipt was recorded. |
|
|
|
removeTenders(self,
*Tenders) |
|
|
|
removeTransactions(self,
*Transactions) |
|
|
|
setCashierShift(self,
value) |
|
|
|
|
|
setTransactions(self,
value) |
|
|
|
setVendorShift(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__
|