RadarEarlyFraudWarning constructor
const
RadarEarlyFraudWarning({
- required bool actionable,
- required ChargeOrId charge,
- required DateTime created,
- required String fraudType,
- required String id,
- required bool livemode,
- PaymentIntentOrId? paymentIntent,
RadarEarlyFraudWarning
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)
Implementation
const RadarEarlyFraudWarning({
required this.actionable,
required this.charge,
required this.created,
required this.fraudType,
required this.id,
required this.livemode,
this.paymentIntent,
});