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

Nested struct within the parent resource.

# `t`

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

* `account_tax_ids` - The account tax IDs associated with the subscription. Will be set on invoices generated by the subscription. Nullable.
* `issuer`

---

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