Bitpay\Client\Response::setBody PHP Méthode

setBody() public méthode

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