@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
27 lines (26 loc) • 963 B
JavaScript
;
{
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "d60ce343-01e8-4c5a-befe-cd2081f6edf9", e._sentryDebugIdIdentifier = "sentry-dbid-d60ce343-01e8-4c5a-befe-cd2081f6edf9");
} catch (e) {
}
}
;
const BE = {
governmentalOrganization: [
"coöperatieve vennootschap met beperkte aansprakelijkheid van publiek recht / société coopérative à responsabilité limitée de droit public"
],
listedPublicCompany: [
"naamloze vennootschap (NV) / societé anonyme (SA)"
],
nonProfit: [
"vereniging zonder winstoogmerk (VZW) / association sans but lucratif (ASBL)"
],
privateCompany: [
"besloten vennootschap (BV) / société à responsabilité limitée (SRL)"
]
};
export {
BE as default
};