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

Nested struct within the parent resource.

# `t`

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

* `payments` - A value indicating who is liable when this account can't pay back negative balances from payments. Possible values: `application`, `stripe`.

---

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