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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SubscriptionUpdateParams.InvoiceSettings{
  account_tax_ids: map() | nil,
  issuer:
    Stripe.Params.SubscriptionUpdateParams.InvoiceSettings.Issuer.t() | nil
}
```

* `account_tax_ids` - The account tax IDs associated with the subscription. Will be set on invoices generated by the subscription.
* `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*
