InvoiceService::upcomingLines( null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
When retrieving an upcoming invoice, you’ll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
Description Description
Parameters Parameters
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeInvoice)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/InvoiceService.php