Cartalyst\Stripe\Api\Api::_post PHP Method

_post() public method

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