Sha256: b0cfc9d84495778f7d587c321c3f99412df5514b9de393cb77ed34716e9d8ee4
Contents?: true
Size: 479 Bytes
Versions: 42
Compression:
Stored size: 479 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Radar # An early fraud warning indicates that the card issuer has notified us that a # charge may be fraudulent. # # Related guide: [Early fraud warnings](https://stripe.com/docs/disputes/measuring#early-fraud-warnings) class EarlyFraudWarning < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "radar.early_fraud_warning" end end end
Version data entries
42 entries across 42 versions & 1 rubygems