Cartalyst\Stripe\Api\Api::_head PHP Method

_head() public method

public _head ( $url = null, array $parameters = [] )
$parameters array
    public function _head($url = null, array $parameters = [])
    {
        return $this->execute('head', $url, $parameters);
    }