enum PaymentPhase { Auth = 'AUTH', PreAuth = 'PRE_AUTH', PostAuth = 'POST_AUTH' } export default PaymentPhase;