source:
main/waeup.sirp/trunk/src/waeup/sirp/payments/interfaces.py
@
6862
Last change on this file since 6862 was 6861, checked in by , 14 years ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
1 | ## |
2 | ## interfaces.py |
3 | from waeup.sirp.interfaces import IWAeUPObject |
4 | |
5 | class IPaymentsContainer(IWAeUPObject): |
6 | """A container for all kind of payment objects. |
7 | |
8 | """ |
Note: See TracBrowser for help on using the repository browser.