IncodesPaymentResponse constructor

IncodesPaymentResponse(
  1. String message,
  2. bool paymentStatus,
  3. String paymentId
)

Implementation

IncodesPaymentResponse(
  this.message,
  this.paymentStatus,
  this.paymentId,
);