#sai_rez
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
👋 happy to help
Thanks!
this is explained here https://stripe.com/docs/api/invoiceitems
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
basically an invoice item will eventually turn into an invoice line item
the reason why we have 2 objects is because invoice items can exist without being tied to a specific invoice and then get included at a later stage
I see okay great, that's answers it, thanks a lot!