Class s.g.s.i._ConfirmationModel(object):

Part of stoqlib.gui.slaves.installmentslave View In Hierarchy

Known subclasses: stoqlib.gui.slaves.installmentslave._LonelyConfirmationModel, stoqlib.gui.slaves.installmentslave._PurchaseConfirmationModel, stoqlib.gui.slaves.installmentslave._SaleConfirmationModel

No class docstring
Method __init__ Undocumented
Method get_interest Undocumented
Method set_interest Undocumented
Method get_penalty Undocumented
Method set_penalty Undocumented
Method get_discount Undocumented
Method set_discount Undocumented
Method get_calculated_interest Undocumented
Method get_calculated_penalty Undocumented
Method get_installment_value Undocumented
Method get_total_value Undocumented
Method confirm A hook that will be called after we pay the payments.
def __init__(self, payments):
Undocumented
def get_interest(self):
Undocumented
def set_interest(self, interest):
Undocumented
def get_penalty(self):
Undocumented
def set_penalty(self, penalty):
Undocumented
def get_discount(self):
Undocumented
def set_discount(self, discount):
Undocumented
def get_calculated_interest(self):
Undocumented
def get_calculated_penalty(self):
Undocumented
def get_installment_value(self):
Undocumented
def get_total_value(self):
Undocumented
def confirm(self):
A hook that will be called after we pay the payments.
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.