RefundResponse constructor

RefundResponse(
  1. GeneralStatus status,
  2. String? tranId,
  3. int? refundAmt,
  4. int? refundCashbackAmt,
  5. String? reason,
  6. int? code,
)

Implementation

RefundResponse(this.status, this.tranId, this.refundAmt, this.refundCashbackAmt, this.reason, this.code);