enum MultiPaymentStatus { Created = 'CREATED', Completed = 'COMPLETED' } export default MultiPaymentStatus;