Ramp.PolicyViolation (ramp v1.0.0)

Copy Markdown View Source

A policy rule that was violated on a transaction.

Summary

Types

t()

@type t() :: %Ramp.PolicyViolation{
  memo: String.t() | nil,
  policy_id: String.t(),
  policy_name: String.t() | nil,
  type: String.t() | nil
}