No repository description.
package com.tasteprint.journey;
public enum TripStatus {
UPCOMING,
ACTIVE,
COMPLETED
}