Changeset 16526 for main/waeup.kofa/trunk/src/waeup/kofa/payments
- Timestamp:
- 5 Jul 2021, 15:42:14 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py
r16500 r16526 167 167 class IPayer(IKofaObject): 168 168 """An interface for an adapter to publish student and applicant data 169 through a simple webservice. 169 through a simple webservice. Also used in payment modules. 170 170 171 171 """ 172 payer = Attribute("The payer object") 172 173 display_fullname = Attribute('Name of payer') 173 174 id = Attribute('Id of payer') … … 180 181 current_mode= Attribute('Current study mode of payer') 181 182 current_level= Attribute('Current level of payer') 183 184 def doAfterPayment(): 185 "Do after payment was made."
Note: See TracChangeset for help on using the changeset viewer.