RefundRequest constructor

RefundRequest(
  1. bool status,
  2. String staffName,
  3. int refundAmtInCents,
  4. String tranId,
)

Implementation

RefundRequest(this.status, this.staffName, this.refundAmtInCents, this.tranId);