#wayo - API docs
1 messages · Page 1 of 1 (latest)
Yes we do, this is the overall docs page https://stripe.com/docs/api/
For Invoices specifically, look at the "Invoice Object" section https://stripe.com/docs/api/invoices/object
The name of the data type would be the object property just capitalize ?
It should be, I think. I am trying to remember if there is another good way for you to see this info for node specifically
I was actually able to see them in the stripe package in our node_modules. There is a directory called types then another directory inside with the version and I can see all of the interfaces.
There we go! Glad you could find it. I am less familiar with node but I assumed we had something like that