PayPal\Api\FlowConfig::setReturnUriHttpMethod PHP Method

setReturnUriHttpMethod() public method

Defines the HTTP method to use to redirect the user to a return URL. A valid value is GET or POST.
public setReturnUriHttpMethod ( string $return_uri_http_method )
$return_uri_http_method string
    public function setReturnUriHttpMethod($return_uri_http_method)
    {
        $this->return_uri_http_method = $return_uri_http_method;
        return $this;
    }