PaymentStatusScreen constructor

PaymentStatusScreen({
  1. required String amount,
  2. required String currency,
  3. required String orderNo,
  4. required String paymentId,
  5. required String transactionId,
  6. required String paymentStatus,
  7. required String statusMessage,
  8. required bool status,
})

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});