PaymentStatusScreen constructor
PaymentStatusScreen({})
Implementation
PaymentStatusScreen(
{required this.amount,
required this.currency,
required this.orderNo,
required this.paymentId,
required this.transactionId,
required this.paymentStatus,
required this.statusMessage,
required this.status});