@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.
20 lines (19 loc) • 773 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] = "96c189d0-4c45-45df-9298-ed38e67a2cdc", e._sentryDebugIdIdentifier = "sentry-dbid-96c189d0-4c45-45df-9298-ed38e67a2cdc");
} catch (e) {}
var SK_default = {
"company": [
"spoločnosť s ručením obmedzeným (s.r.o.)",
"jednoduchá spoločnosť na akcie",
"nezisková organizácia (N.O.)"
],
"legalArrangement": [
"komanditná spoločnos (k.s)",
"spolek",
"družstvo (cooperative)"
],
"soleProprietorship": ["živnostník"]
};
//#endregion
export { SK_default as default };