Triple.Types.Enrich.V1.Response.Fraud (triple v1.0.0)

Copy Markdown View Source

Fraud signal for the merchant.

Summary

Functions

Whether the merchant was flagged (returns false if the feature was unavailable).

Types

t()

@type t() :: %Triple.Types.Enrich.V1.Response.Fraud{
  enabled: boolean(),
  merchant_flagged: boolean()
}

Functions

flagged?(fraud)

@spec flagged?(t()) :: boolean()

Whether the merchant was flagged (returns false if the feature was unavailable).