Recurly_Coupon::uri PHP 메소드

uri() 보호된 메소드

protected uri ( )
    protected function uri()
    {
        if (!empty($this->_href)) {
            return $this->getHref();
        } else {
            return Recurly_Coupon::uriForCoupon($this->coupon_code);
        }
    }