Add more information about an account
This commit is contained in:
parent
3ec068db7f
commit
d8f8eed50d
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ class Subscription(CapBaseObject):
|
|||
"""
|
||||
label = StringField('label of subscription')
|
||||
subscriber = StringField('whe has subscribed')
|
||||
validity = DateField('End validity date of the subscription')
|
||||
renewdate = DateField('Reset date of consumption')
|
||||
|
||||
class ICapBill(ICapCollection):
|
||||
def iter_resources(self, objs, split_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue