@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) • 802 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] = "f728307b-7120-4e14-a04e-0d9266cf1523", e._sentryDebugIdIdentifier = "sentry-dbid-f728307b-7120-4e14-a04e-0d9266cf1523");
} catch (e) {}
var SK_default = {
"governmentalOrganization": ["štátny podnik (š.p.)"],
"listedPublicCompany": ["akciová spoločnosť (a.s.)"],
"nonProfit": [
"nezisková organizácia (N.O.)",
"fondy",
"neinvestičný fond"
],
"privateCompany": ["spoločnosť s ručením obmedzeným (s.r.o.)", "jednoduchá spoločnosť na akcie"]
};
//#endregion
export { SK_default as default };