Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Stripe;
/**
* Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard.
* A Login Link differs from an <a href="https://stripe.com/docs/api/account_links">Account Link</a> in that it takes the user directly to their <a href="https://stripe.com/docs/connect/integrate-express-dashboard#create-login-link">Express dashboard for the specified account</a>.
* A Login Link differs from an <a href="https://docs.stripe.com/api/account_links">Account Link</a> in that it takes the user directly to their <a href="https://docs.stripe.com/connect/integrate-express-dashboard#create-login-link">Express dashboard for the specified account</a>.
*
* @property string $object String representing the object's type. Objects of the same type share the same value.
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.