Nested parameters.
Summary
Types
@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- Theidof the invoice that will be cloned. Max length: 5000.