# `Stripe.Params.Checkout.SessionCreateParams.SubscriptionData.InvoiceSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L2389)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.SubscriptionData.InvoiceSettings{
    issuer:
      Stripe.Params.Checkout.SessionCreateParams.SubscriptionData.InvoiceSettings.Issuer.t()
      | nil
  }
```

* `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*
