diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index 5ae91bffb..348e8d086 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v1538
\ No newline at end of file
+v1540
\ No newline at end of file
diff --git a/lib/InvoiceItem.php b/lib/InvoiceItem.php
index 52efb5299..d3cf4027b 100644
--- a/lib/InvoiceItem.php
+++ b/lib/InvoiceItem.php
@@ -31,8 +31,6 @@
* @property null|(string|\Stripe\Margin)[] $margins The margins which apply to the invoice item. When set, the default_margins
on the invoice do not apply to this invoice item.
* @property null|\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 (object{end: int, start: int}&\Stripe\StripeObject&\stdClass) $period
- * @property null|\Stripe\Plan $plan If the invoice item is a proration, the plan of the subscription that the proration was computed for.
- * @property null|\Stripe\Price $price The price of the invoice item.
* @property bool $proration Whether the invoice item was created automatically as a proration adjustment when the customer switched plans.
* @property int $quantity Quantity of units for the invoice item. If the invoice item is a proration, the quantity of the subscription that the proration was computed for.
* @property null|string|\Stripe\Subscription $subscription The subscription that this invoice item has been created for, if any.