uriForAccount() protected static method

protected static uriForAccount ( $accountCode )
 protected function uri($accountCode = null)
 {
     if (!empty($this->_href)) {
         return $this->getHref();
     } else {
         if (!empty($accountCode)) {
             return Recurly_CouponRedemption::uriForAccount($accountCode);
         } else {
             return false;
         }
     }
 }