# `Stripe.Params.PaymentLinkCreateParams.SubscriptionData.InvoiceSettings`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L689)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.SubscriptionData.InvoiceSettings{
  issuer:
    Stripe.Params.PaymentLinkCreateParams.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*
