@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
26 lines (25 loc) • 777 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] = "9aaf355e-53c1-4739-8366-243957e48cd2", e._sentryDebugIdIdentifier = "sentry-dbid-9aaf355e-53c1-4739-8366-243957e48cd2");
} catch (e) {
}
}
;
const SI = {
associationIncorporated: [
"društvo"
],
partnershipIncorporated: [
"komanditna delniška družba (k.d.d.)",
"komanditna družba (k.d.)"
],
partnershipUnincorporated: [
"družba z neomejeno odgovornostjo (d.n.o.)",
"gospodarsko interesno združenje (g.i.z)"
]
};
export {
SI as default
};