diff --git a/lib/Checkout/Session.php b/lib/Checkout/Session.php
index eb7dc51c6..11a6908a4 100644
--- a/lib/Checkout/Session.php
+++ b/lib/Checkout/Session.php
@@ -52,6 +52,7 @@
* @property string $success_url The URL the customer will be directed to after the payment or subscription creation is successful.
* @property \Stripe\StripeObject $tax_id_collection
* @property null|\Stripe\StripeObject $total_details Tax and discount details for the computed total amount.
+ * @property null|string $url The URL to the Checkout Session.
*/
class Session extends \Stripe\ApiResource
{
diff --git a/lib/Identity/VerificationSession.php b/lib/Identity/VerificationSession.php
index a8cd0284f..7e2d6a0ac 100644
--- a/lib/Identity/VerificationSession.php
+++ b/lib/Identity/VerificationSession.php
@@ -16,7 +16,8 @@
* lifetime as it progresses through the verification flow. The VerificationSession
* contains the user’s verified data after verification checks are complete.
*
- * Related guide: The Verification
+ * Related guide: The Verification
* Sessions API
*
* @property string $id Unique identifier for the object.
@@ -24,7 +25,7 @@
* @property null|string $client_secret The short-lived client secret used by Stripe.js to show a verification modal inside your app. This client secret expires after 24 hours and can only be used once. Don’t store it, log it, embed it in a URL, or expose it to anyone other than the user. Make sure that you have TLS enabled on any page that includes the client secret. Refer to our docs on passing the client secret to the frontend to learn more.
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
* @property null|\Stripe\StripeObject $last_error If present, this property tells you the last error encountered when processing the verification.
- * @property null|string|\Stripe\Identity\VerificationReport $last_verification_report ID of the most recent VerificationReport. Learn more about accessing detailed verification results.
+ * @property null|string|\Stripe\Identity\VerificationReport $last_verification_report ID of the most recent VerificationReport. Learn more about accessing detailed verification results.
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
* @property \Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
* @property \Stripe\StripeObject $options