# `Stripe.Resources.Account.Settings.CardIssuing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L942)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Settings.CardIssuing{
  tos_acceptance:
    Stripe.Resources.Account.Settings.CardIssuing.TosAcceptance.t() | nil
}
```

* `tos_acceptance`

---

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