Ignore:
Timestamp:
5 Nov 2012, 09:36:23 (12 years ago)
Author:
Henrik Bettermann
Message:

Describe PaymentWebservice? attributes in interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/payments/interfaces.py

    r9512 r9533  
    4545
    4646    """
    47     p_id = Attribute('Payment identifier.')
     47    p_id = Attribute('Payment identifier')
    4848
    4949    p_category = schema.Choice(
     
    132132
    133133    """
     134    display_fullname = Attribute('Name of  payee')
     135    id = Attribute('Id of payee')
     136    reg_or_matric_number = Attribute('Matric number or reg number of payee')
     137    faculty = Attribute('Faculty of payee')
     138    department = Attribute('Department of payee')
Note: See TracChangeset for help on using the changeset viewer.