# `Stripe.Resources.Radar.Rule`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/rule.ex#L2)

RadarRule

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.Rule{
  action: String.t(),
  id: String.t(),
  predicate: String.t()
}
```

* `action` - The action taken on the payment. Max length: 5000.
* `id` - Unique identifier for the object. Max length: 5000.
* `predicate` - The predicate to evaluate the payment against. Max length: 5000.

# `object_name`

---

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