enum PaymentAuthenticationType { ThreeDs = 'THREE_DS', NonThreeDs = 'NON_THREE_DS', BkmExpress = 'BKM_EXPRESS' } export default PaymentAuthenticationType;