# `Stripe.Params.SubscriptionScheduleCreateParams.Phases.InvoiceSettings.Issuer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/subscription_schedule_create_params.ex#L400)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.SubscriptionScheduleCreateParams.Phases.InvoiceSettings.Issuer{
    account: String.t() | nil,
    type: String.t() | nil
  }
```

* `account` - The connected account being referenced when `type` is `account`.
* `type` - Type of the account referenced in the request. Possible values: `account`, `self`.

---

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