@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
24 lines (23 loc) • 867 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] = "8505b24b-371c-4923-a0bc-504193a4b7cd", e._sentryDebugIdIdentifier = "sentry-dbid-8505b24b-371c-4923-a0bc-504193a4b7cd");
} catch (e) {}
var FR_default = {
"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"
]
};
//#endregion
export { FR_default as default };