# `Ussd.Decisions.LessThanOrEqualTo`
[🔗](https://github.com/spesohq/ussd/blob/main/lib/ussd/decisions/less_than_or_equal_to.ex#L1)

Matches when the input is less than or equal to `expected` (numeric-aware).

# `t`

```elixir
@type t() :: %Ussd.Decisions.LessThanOrEqualTo{expected: String.t() | number()}
```

# `new`

```elixir
@spec new(String.t() | number()) :: t()
```

---

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