InvoiceService::allLines( string $parentId, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

When retrieving an invoice, you’ll get a lines property containing the total count of line items and the first handful of those items.


Description Description

There is also a URL where you can retrieve the full (paginated) list of line items.


Parameters Parameters

$parentId

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeCollection)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/InvoiceService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.