@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
30 lines (29 loc) • 864 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] = "fff61f24-d1e0-4325-a26a-ab93f3054976", e._sentryDebugIdIdentifier = "sentry-dbid-fff61f24-d1e0-4325-a26a-ab93f3054976");
} catch (e) {
}
}
;
const FR = {
governmentalOrganization: [
"société d'économie mixte (SEM)"
],
listedPublicCompany: [
"société anonyme (SA)"
],
nonProfit: [
"association",
"fondation"
],
privateCompany: [
"société à responsabilité limitée (SARL)",
"société par actions simplifiée (SAS)",
"entreprise unipersonnelle à responsabilité limitée (EURL)"
]
};
export {
FR as default
};