SudoSOS Back-end API / debtors
debtors ​
This is the module page of debtor-controller.
Classes ​
| Class | Description |
|---|---|
| DebtorController | The BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy. |
| DebtorService | - |
Interfaces ​
| Interface | Description |
|---|---|
| BaseFineHandoutEventResponse | - |
| CalculateFinesParams | - |
| FineHandoutEventResponse | - |
| FineReportResponse | - |
| FineResponse | - |
| HandOutFinesParams | - |
| HandoutFinesRequest | - |
| PaginatedFineHandoutEventResponse | - |
| UserFineGroupResponse | - |
| UserToFineResponse | - |
| WaiveFinesParams | - |
| WaiveFinesRequest | The total request and all its fields are optional for backwards compatibility's sake. If this request object is extended, it is probably best to make everything required and remove the backwards compatibility, as the frontend will (and should) already use this new object. See https://github.com/GEWIS/sudosos-backend/pull/344 |