RollbackResponse constructor
RollbackResponse(
- GeneralStatus status,
- String? tranId,
- int? refundAmt,
- String? reason,
Implementation
RollbackResponse(this.status, this.tranId, this.refundAmt, this.reason);