RollbackResponse constructor

RollbackResponse(
  1. GeneralStatus status,
  2. String? tranId,
  3. int? refundAmt,
  4. String? reason,
)

Implementation

RollbackResponse(this.status, this.tranId, this.refundAmt, this.reason);