CashBackAppliedResponse constructor
CashBackAppliedResponse(
- DebitStatus status,
- String tranId,
- int amtDebited,
- String type,
Implementation
CashBackAppliedResponse(this.status, this.tranId, this.amtDebited, this.type);