source: main/waeup.sirp/trunk/src/waeup/sirp/payments/interfaces.py @ 6861

Last change on this file since 6861 was 6861, checked in by Henrik Bettermann, 13 years ago

Add payments module.

  • Property svn:keywords set to Id
File size: 169 bytes
Line 
1##
2## interfaces.py
3from waeup.sirp.interfaces import IWAeUPObject
4
5class IPaymentsContainer(IWAeUPObject):
6    """A container for all kind of payment objects.
7
8    """
Note: See TracBrowser for help on using the repository browser.