const P2P_MESSAGE_TYPE = { GENERAL: 'General message', NOTICE_OF_DISCREPANCY: 'Notice of discrepancy', ADVICE_OF_REIMBURSEMENT_OR_PAYMENT: 'Advice of reimbursement or payment', AUTHORISATION_TO_PAY_ACCEPT_OR_NEGOTIATE: 'Authorisation to pay, accept or negotiate', ADVICE_OF_DISCHARGE: 'Advice of discharge', ADVICE_OF_REFUSAL: 'Advice of refusal', DC_CANCEL: 'Request for cancellation' }; Object.freeze(P2P_MESSAGE_TYPE); export { P2P_MESSAGE_TYPE };