VerifyPaymentResponse constructor

VerifyPaymentResponse({
  1. String? status,
  2. String? transactionId,
})

Implementation

VerifyPaymentResponse({
  this.status,
  this.transactionId,
});