Part of stoqlib.lib.interfaces View In Hierarchy
Method | get_operation_names | Get the operation names registered in this manager |
Method | register | Register a payment operation. |
Method | get | Get an operation given a name |
Returns | payment names (type: list of strings ) |
Parameters | name | name of the payment operation |
operation | the payment operation
(type: an object implementing IPaymentOperation
) |
Parameters | name | name of the operation |
Returns | the operation
(type: an object implementing IPaymentOperation
) |