package com.example.orderplatform.customers.domain; /** * Lifecycle status stored for a registered customer. */ public enum CustomerStatus { ACTIVE }