@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
27 lines (26 loc) • 748 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] = "1f94e912-8b81-4cf0-8ca1-ace6472a247f", e._sentryDebugIdIdentifier = "sentry-dbid-1f94e912-8b81-4cf0-8ca1-ace6472a247f");
} catch (e) {
}
}
;
const PL = {
associationIncorporated: [
"spółdzielnia",
"zrzeszenie"
],
partnershipIncorporated: [
"spółka partnerska",
"spółka cywilna (S.C.)",
"spółka komandytowa (Sp.K.)"
],
partnershipUnincorporated: [
"spółka jawna (s.j.)"
]
};
export {
PL as default
};