Skip to content

Commit

Permalink
API Updates (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored Mar 2, 2022
1 parent a1c528a commit bfe8066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/InvoiceLineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bfe8066

Please sign in to comment.