@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.
17 lines (16 loc) • 837 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] = "504dafa4-1d95-4925-a474-7987ad599190", e._sentryDebugIdIdentifier = "sentry-dbid-504dafa4-1d95-4925-a474-7987ad599190");
} catch (e) {}
var FR_default = {
"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)"
]
};
//#endregion
export { FR_default as default };