Class s.d.i.IPaymentTransaction(Interface):

Part of stoqlib.domain.interfaces View In Hierarchy

Interface specification for PaymentGroups.
Method confirm Transaction is confirmed.
Method pay All payment for this transaction are paid.
Method cancel Cancels the transaction before it's completed.
Method return_ Returns the goods purchased.
def confirm():
Transaction is confirmed. Payments might occur at this time, in case of money payment, others may happen later
def pay():
All payment for this transaction are paid.
def cancel():
Cancels the transaction before it's completed.
def return_(renegotiation):
Returns the goods purchased. This means that all paid payments are paid back and all pending onces are cancelled. Commissions may also reversed.
Parametersrenegotiationrenegotiation data
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.