@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
28 lines (27 loc) • 788 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] = "90087020-2bfb-404e-b9c3-1fe165f8acde", e._sentryDebugIdIdentifier = "sentry-dbid-90087020-2bfb-404e-b9c3-1fe165f8acde");
} catch (e) {
}
}
;
const SK = {
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"
]
};
export {
SK as default
};