From 4b16c7ec273e48d9c6a95ff2de83f1ade8d97309 Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Wed, 2 Mar 2022 10:26:17 -0500 Subject: [PATCH] Codegen for openapi 21965d1 --- lib/InvoiceLineItem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/InvoiceLineItem.php b/lib/InvoiceLineItem.php index e579afb6a..0a5331e67 100644 --- a/lib/InvoiceLineItem.php +++ b/lib/InvoiceLineItem.php @@ -20,6 +20,7 @@ * @property null|\Stripe\Plan $plan The plan of the subscription, if the line item is a subscription or a proration. * @property null|\Stripe\Price $price The price of the line item. * @property bool $proration Whether this is a proration. + * @property null|\Stripe\StripeObject $proration_details Additional details for proration line items * @property null|int $quantity The quantity of the subscription, if the line item is a subscription or a proration. * @property null|string $subscription The subscription that the invoice item pertains to, if any. * @property string $subscription_item The subscription item that generated this invoice item. Left empty if the line item is not an explicit result of a subscription.