ChargeOutcome constructor
const
ChargeOutcome({})
Details about whether the payment was accepted, and why. See [understanding declines](https://stripe.com/docs/declines) for details.
Implementation
const ChargeOutcome({
this.networkStatus,
this.reason,
this.riskLevel,
this.riskScore,
this.rule,
this.sellerMessage,
required this.type,
});