package com.example.orderplatform.payments.domain; /** * Lifecycle status stored for a payment. */ public enum PaymentStatus { PENDING, AUTHORIZED }