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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Controller.Fees{payer: String.t() | nil}
```

* `payer` - A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior). Possible values: `account`, `application`, `application_custom`, `application_express`.

---

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