From 4f1a91f1f0dab1c109b4fc9033123f69a32562ae Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:55:06 +0000 Subject: [PATCH] Update generated code for v603 --- OPENAPI_VERSION | 2 +- lib/Person.php | 1 + lib/Util/ApiVersion.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index d42b91918..bbe0dc1c9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v602 \ No newline at end of file +v603 \ No newline at end of file diff --git a/lib/Person.php b/lib/Person.php index f357d0be8..7df0f2f34 100644 --- a/lib/Person.php +++ b/lib/Person.php @@ -15,6 +15,7 @@ * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property null|string $account The account the person is associated with. + * @property null|\Stripe\StripeObject $additional_tos_acceptances * @property null|\Stripe\StripeObject $address * @property null|\Stripe\StripeObject $address_kana The Kana variation of the person's address (Japan only). * @property null|\Stripe\StripeObject $address_kanji The Kanji variation of the person's address (Japan only). diff --git a/lib/Util/ApiVersion.php b/lib/Util/ApiVersion.php index 0e8888ec7..d9b920988 100644 --- a/lib/Util/ApiVersion.php +++ b/lib/Util/ApiVersion.php @@ -6,5 +6,5 @@ class ApiVersion { - const CURRENT = '2023-08-16'; + const CURRENT = '2023-10-16'; }