- Timestamp:
- 17 Mar 2013, 08:40:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py
r9984 r10030 134 134 "Approve an online payment and set to paid." 135 135 136 class IPaymentWebservice(IKofaObject): 137 """An interface for a webservice. 136 class IPayer(IKofaObject): 137 """An interface for an adapter to publish student and applicant data 138 through a simple webservice. 138 139 139 140 """ 140 display_fullname = Attribute('Name of paye e')141 id = Attribute('Id of paye e')142 reg_number = Attribute('Reg number of paye e')143 matric_number = Attribute('Matric number of paye e')144 faculty = Attribute('Faculty of paye e')145 department = Attribute('Department of paye e')141 display_fullname = Attribute('Name of payer') 142 id = Attribute('Id of payer') 143 reg_number = Attribute('Reg number of payer') 144 matric_number = Attribute('Matric number of payer') 145 faculty = Attribute('Faculty of payer') 146 department = Attribute('Department of payer')
Note: See TracChangeset for help on using the changeset viewer.