From bfe80665cadabbb59a0876f8f5a352b16b8e820d Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy <78050200+dcr-stripe@users.noreply.github.com> Date: Wed, 2 Mar 2022 10:46:34 -0500 Subject: [PATCH] API Updates (#1248) --- 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.