Skip to content

POST /v1/invoices/:id/add_lines #711

@danielkov

Description

@danielkov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions