PayPal\Common\PPModel::fromJson PHP Method

fromJson() public method

public fromJson ( $json )
    public function fromJson($json)
    {
        $this->fromArray(json_decode($json, true));
    }