EarlyFraudWarning constructor

EarlyFraudWarning({
  1. String? id,
  2. String? object,
  3. bool? actionable,
  4. dynamic charge,
  5. int? created,
  6. String? fraudType,
  7. bool? livemode,
})

Implementation

EarlyFraudWarning({
  this.id,
  this.object,
  this.actionable,
  this.charge,
  this.created,
  this.fraudType,
  this.livemode,
});