Add UserCanceled, AdminDenied to TransferStatusType;

This commit is contained in:
jozsef.b@aycode.com 2024-01-18 20:07:22 +01:00
parent 2043b08d0f
commit 8fc36ad0c1
1 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@ public enum TransferStatusType : byte
DriverEnRoute = 25,
PassengerPickup = 30,
Finished = 35,
UserCanceled = 40,
AdminDenied = 45,
}