Add balance command to leclercmobile

This commit is contained in:
Florent 2012-08-29 16:41:36 +02:00
commit 681b83e4b3
4 changed files with 20 additions and 1 deletions

View file

@ -155,6 +155,6 @@ class ICapBill(ICapCollection):
:param subscription: subscription to get balance
:type subscription: :class:`Subscription`
:rtype :class:`Decimal`
:rtype :class:`Detail`
"""
raise NotImplementedError()