json, $opts); if (!$obj instanceof \WP_Ultimo\Dependencies\Stripe\SearchResult) { throw new \WP_Ultimo\Dependencies\Stripe\Exception\UnexpectedValueException('Expected type ' . \WP_Ultimo\Dependencies\Stripe\SearchResult::class . ', got "' . \get_class($obj) . '" instead.'); } $obj->setLastResponse($response); $obj->setFilters($params); return $obj; } }