package pt.ist.internalBilling.domain; public enum ServiceStatus { PENDING_ACTIVATION, ACTIVE, INACTIVE; }