CashBackAppliedResponse constructor

CashBackAppliedResponse(
  1. DebitStatus status,
  2. String tranId,
  3. int amtDebited,
  4. String type,
)

Implementation

CashBackAppliedResponse(this.status, this.tranId, this.amtDebited, this.type);