diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index e04277430..cf6fdf097 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v466
\ No newline at end of file
+v470
\ No newline at end of file
diff --git a/lib/Dispute.php b/lib/Dispute.php
index 9da97342e..62c99c15a 100644
--- a/lib/Dispute.php
+++ b/lib/Dispute.php
@@ -27,6 +27,7 @@
* @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 null|string $network_reason_code Network-dependent reason code for the dispute.
* @property null|string|\Stripe\PaymentIntent $payment_intent ID of the PaymentIntent that was disputed.
+ * @property null|\Stripe\StripeObject $payment_method_details
* @property string $reason Reason given by cardholder for dispute. Possible values are bank_cannot_process
, check_returned
, credit_not_processed
, customer_initiated
, debit_not_authorized
, duplicate
, fraudulent
, general
, incorrect_account_details
, insufficient_funds
, product_not_received
, product_unacceptable
, subscription_canceled
, or unrecognized
. Read more about dispute reasons.
* @property string $status Current status of dispute. Possible values are warning_needs_response
, warning_under_review
, warning_closed
, needs_response
, under_review
, won
, or lost
.
*/