source: sources/app/src/main/java/parkup/data/enumarations/SessionStatus.java

Last change on this file was c71fa06, checked in by andrejTavchioski <andrej.tavchioski@…>, 2 years ago

change in getParkingSpaces logic

  • Property mode set to 100644
File size: 144 bytes
RevLine 
[9ff45d6]1package parkup.data.enumarations;
2
3public enum SessionStatus {
4 STARTED_UNVERIFIED,
[c71fa06]5 STARTED_VERIFIED,
[9ff45d6]6 ENDED_UNPAID,
7 ENDED_PAID
8}
Note: See TracBrowser for help on using the repository browser.