Mdb\PayPal\Ipn\ServiceResponse::__construct PHP Method

__construct() public method

public __construct ( $body )
$body
    public function __construct($body)
    {
        $this->body = $body;
    }
ServiceResponse