# `Stripe.Params.InvoiceCreateParams.FromInvoice`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/invoice_create_params.ex#L140)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.InvoiceCreateParams.FromInvoice{
  action: String.t() | nil,
  invoice: String.t() | nil
}
```

* `action` - The relation between the new invoice and the original invoice. Currently, only 'revision' is permitted Possible values: `revision`. Max length: 5000.
* `invoice` - The `id` of the invoice that will be cloned. Max length: 5000.

---

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