-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCEL_ORDER
Received after the user has approved to cancel a reservation.
CONFIRM_PAYMENT
Received when a confirm payment response is needed
FINAL_CHECKOUT
Received after the final checkout
CHECKOUT
Received when the user confirms the reservation
ADD_SHOPPING_CART
Received after user selects a parking store
ORDER_FOOD
Received when ordering food. E.g "Order food nearby"
ORDER_NEARBY
Received when finding a reservable parking. E.g "Find parking nearby"
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-