Skip to content

SudoSOS Back-end API / debtors

debtors ​

This is the module page of debtor-controller.

Classes ​

ClassDescription
DebtorControllerThe BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy.
DebtorService-

Interfaces ​

InterfaceDescription
BaseFineHandoutEventResponse-
CalculateFinesParams-
FineHandoutEventResponse-
FineReportResponse-
FineResponse-
HandOutFinesParams-
HandoutFinesRequest-
PaginatedFineHandoutEventResponse-
UserFineGroupResponse-
UserToFineResponse-
WaiveFinesParams-
WaiveFinesRequestThe 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