# `Stripe.Params.QuoteCreateParams.InvoiceSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/quote_create_params.ex#L118)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.QuoteCreateParams.InvoiceSettings{
  days_until_due: integer() | nil,
  issuer: Stripe.Params.QuoteCreateParams.InvoiceSettings.Issuer.t() | nil
}
```

* `days_until_due` - Number of days within which a customer must pay the invoice generated by this quote. This value will be `null` for quotes where `collection_method=charge_automatically`.
* `issuer` - The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.

---

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