@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) • 881 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] = "1cb97961-bc44-4df1-a822-ab3461e4f4aa", e._sentryDebugIdIdentifier = "sentry-dbid-1cb97961-bc44-4df1-a822-ab3461e4f4aa");
} catch (e) {
}
}
;
const FR = {
company: [
"société à responsabilité limitée (SARL)",
"société par actions simplifiée (SAS)",
"association"
],
legalArrangement: [
"société civile immobilière (SCI)",
"association déclarée",
"société en nom collectif (SNC)"
],
soleProprietorship: [
"entreprise individuelle (EI)",
"profession libérale",
"entrepreneur individuel"
]
};
export {
FR as default
};