示例#1
0
 def content(self):
     from chargebee import Content
     return Content(self.values['content'])
示例#2
0
 def content(self):
     from chargebee import Content
     if 'content' in self.values:
         return Content(self.values['content'])
     return None