PaymentResponse constructor

PaymentResponse({
  1. required String paymentLink,
  2. required String hashMac,
  3. required String transactionId,
})

Implementation

PaymentResponse({required this.paymentLink, required this.hashMac, required this.transactionId});