Sha256: dd9eff630f610af162818c59f26fec447d64f7eba09ee9078dba56b62b6378b9
Contents?: true
Size: 480 Bytes
Versions: 26
Compression:
Stored size: 480 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
26 entries across 26 versions & 1 rubygems