From 1001245156e27417928e6b0fa8a96a89dd1aef31 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 20 Oct 2023 12:06:28 +0200 Subject: Rename and clean up unnecessary states. --- .../vespa/hosted/controller/api/integration/billing/BillStatus.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'controller-api') diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/BillStatus.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/BillStatus.java index eefe86da801..7ec43a85ac5 100644 --- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/BillStatus.java +++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/billing/BillStatus.java @@ -4,9 +4,8 @@ package com.yahoo.vespa.hosted.controller.api.integration.billing; * @author gjoranv */ public enum BillStatus { - OPEN(), // All bills start in this state, the only state where changes can be made - READY(), // No more changes can be made - SENT(), // Sent to the customer + OPEN, // All bills start in this state, the only state where changes can be made + FINALIZED, // No more changes can be made to the bill CLOSED, // End state VOID, // End state LEGACY_ISSUED("ISSUED"), // Legacy state, should be removed when unused by any current bills -- cgit v1.2.3