Bitpay\Client\Response::setBody PHP Method

setBody() public method

Set the body of the response
public setBody ( string $body )
$body string
    public function setBody($body)
    {
        $this->body = $body;
        return $this;
    }