Stripe.Resources.Radar.Rule (tiger_stripe v0.1.10)

Copy Markdown View Source

RadarRule

Summary

Types

t()

@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.

Functions

object_name()