# `Stripe.Resources.Quote.InvoiceSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/quote.ex#L447)

Nested struct within the parent resource.

# `t`

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

* `days_until_due` - Number of days within which a customer must pay invoices generated by this quote. This value will be `null` for quotes where `collection_method=charge_automatically`. Nullable.
* `issuer`

---

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