FailedPaymentDetails constructor
const
FailedPaymentDetails({
- required Money amount,
- required String time,
- FailedPaymentReason? reasonCode,
- String? nextPaymentRetryTime,
Implementation
const FailedPaymentDetails(
{required this.amount,
required this.time,
this.reasonCode,
this.nextPaymentRetryTime});