OrderStatus
Represents the status of an order in the system.
The possible statuses are:
PENDING: The order has been created but not yet processed.
PREPARING: The order is being prepared by the restaurant.
READY: The order is ready for pickup or delivery.
ON_THE_WAY: The order is currently being delivered to the customer.
COMPLETED: The order has been successfully completed and delivered.
CANCELLED: The order has been canceled and will not be processed further.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.