@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.
16 lines (15 loc) • 772 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] = "b14fc43e-d1da-4e03-a1c2-7d15b2d7ca72", e._sentryDebugIdIdentifier = "sentry-dbid-b14fc43e-d1da-4e03-a1c2-7d15b2d7ca72");
} catch (e) {}
var FR_default = {
"associationIncorporated": ["association déclarée"],
"partnershipIncorporated": [
"société en commandite par actions (SCA)",
"société en commandite simple (SCS)",
"société en nom collectif (SNC)"
],
"partnershipUnincorporated": ["société en participation (SEP)"]
};
//#endregion
export { FR_default as default };