PaymentResponse constructor

PaymentResponse({
  1. required PaymentStatus status,
})

Implementation

PaymentResponse({required this.status});