# `PolarExpress.Schemas.PaymentSortProperty`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/payment_sort_property.ex#L2)

PaymentSortProperty enum. Possible values: `created_at`, `-created_at`, `status`, `-status`, `amount`, `-amount`, `method`, `-method`.

# `t`

```elixir
@type t() :: String.t()
```

# `schema_name`

# `values`

List of valid enum values.

---

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