# `Stripe.Params.InvoiceRemoveLinesParams.Lines`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/invoice_remove_lines_params.ex#L18)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.InvoiceRemoveLinesParams.Lines{
  behavior: String.t() | nil,
  id: String.t() | nil
}
```

* `behavior` - Either `delete` or `unassign`. Deleted line items are permanently deleted. Unassigned line items can be reassigned to an invoice. Possible values: `delete`, `unassign`.
* `id` - ID of an existing line item to remove from this invoice. Max length: 5000.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
