# `ExFPL.H2HStandings`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/h2h_standings.ex#L1)

Decoded `/leagues-h2h/{league_id}/standings/` response.

# `t`

```elixir
@type t() :: %ExFPL.H2HStandings{
  has_next: boolean(),
  league: map(),
  page: integer(),
  standings: [ExFPL.H2HStandings.Standing.t()]
}
```

---

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