Mdb\PayPal\Ipn\ServiceResponse::__construct PHP Метод

__construct() публичный Метод

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