# `Stripe.Resources.SubscriptionSchedule.DefaultSettings.InvoiceSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription_schedule.ex#L232)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SubscriptionSchedule.DefaultSettings.InvoiceSettings{
  account_tax_ids: [String.t() | Stripe.Resources.TaxId.t()] | nil,
  days_until_due: integer() | nil,
  issuer:
    Stripe.Resources.SubscriptionSchedule.DefaultSettings.InvoiceSettings.Issuer.t()
    | nil
}
```

* `account_tax_ids` - The account tax IDs associated with the subscription schedule. Will be set on invoices generated by the subscription schedule. Nullable.
* `days_until_due` - Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`. Nullable.
* `issuer`

---

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