ScreenlessPaymentCreated constructor

ScreenlessPaymentCreated(
  1. {required String transactionId,
  2. String? paymentUrl}
)

Implementation

ScreenlessPaymentCreated({
  required this.transactionId,
  this.paymentUrl
});