export const ChargeHistoryDetailRequestData = { VERIFIED_USER: { index: 0, text: 'VERIFIED_USER', description: '회원인증', }, // 회원인증 SET_CHARGING: { index: 1, text: 'SET_CHARGING', description: '충전설정', }, // 충전설정 REQUEST_PAY: { index: 2, text: 'REQUEST_PAY', description: '결제요청', }, // 결제요청 START_CHARGING: { index: 3, text: 'START_CHARGING', description: '충전시작', }, // 충전시작 STOP_CHARGING: { index: 4, text: 'STOP_CHARGING', description: '충전종료', }, // 충전종료 ADMIN_PAYMENT_CANCEL: { index: 5, text: 'ADMIN_PAYMENT_CANCEL', description: '관리자 결제 취소', }, CANCEL_CHARGING: { index: 6, text: 'CANCEL_CHARGING', description: '충전취소', }, AUTO_STOP: { index: 7, text: 'AUTO_STOP', description: '자동 충전 종료', }, MANUAL_STOP: { index: 8, text: 'MANUAL_STOP', description: '수동 충전 종료', }, FORCE_STOP: { index: 9, text: 'FORCE_STOP', description: '강제 충전 종료', }, }; Object.freeze(ChargeHistoryDetailRequestData);