-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
Is your feature request related to a problem? Please describe.
How - if at all - does this library support adding line items?
Stripe API has Bulk add line items endpoint:
POST /v1/invoices/:id/add_lines
I couldn't find this being mapped in this crate. Without using this endpoint, is there another way of adding line items to an invoice that I don't know about?
Describe the solution you'd like
Have /v1/invoices/:id/add_lines
be covered by the SDK
Describe alternatives you've considered
Making the API call with reqwest
directly.
Additional context
This looks to be included in OpenAPI spec.
Metadata
Metadata
Assignees
Labels
No labels