From 74caca1207320ad34e4c101cb89d78d661ce66e0 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 09:52:26 -0700 Subject: [PATCH] Update generated code for v354 (#1503) Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- OPENAPI_VERSION | 2 +- lib/PaymentMethod.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index d646e1409..d747c48c3 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v353 \ No newline at end of file +v354 \ No newline at end of file diff --git a/lib/PaymentMethod.php b/lib/PaymentMethod.php index 028ded3df..3ee40cd7d 100644 --- a/lib/PaymentMethod.php +++ b/lib/PaymentMethod.php @@ -52,6 +52,7 @@ * @property string $type The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type. * @property null|\Stripe\StripeObject $us_bank_account * @property null|\Stripe\StripeObject $wechat_pay + * @property null|\Stripe\StripeObject $zip */ class PaymentMethod extends ApiResource {