Split DB Updates into seperate files, with the cutoff being 2.0.0

This commit is contained in:
johnnyq
2026-07-22 18:43:11 -04:00
parent 17e4c61067
commit 2b756f6ea4
252 changed files with 4161 additions and 4875 deletions

View File

@@ -5,7 +5,7 @@
namespace Stripe\V2\Core;
/**
* Account tokens are single-use tokens which tokenize company/individual/business information, and are used for creating or updating an Account.
* Account tokens are single-use tokens which tokenize an account's contact_email, display_name, contact_phone, and identity.
*
* @property string $id Unique identifier for the token.
* @property string $object String representing the object's type. Objects of the same type share the same value of the object field.