Example #1
0
 def customer(self):
     if self.customer_id is None:
         return False
     return Customer.fetch(self.customer_id)