@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
29 lines (28 loc) • 862 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] = "ab622f35-0e60-4143-805f-33a9f6d79941", e._sentryDebugIdIdentifier = "sentry-dbid-ab622f35-0e60-4143-805f-33a9f6d79941");
} catch (e) {
}
}
;
const PL = {
company: [
"spółka z ograniczoną odpowiedzialnością (Sp. z.o.o.)",
"prosta spółka akcyjna (PSA)",
"fundacja"
],
legalArrangement: [
"spółka partnerska",
"spółka cywilna (S.C.)",
"spółdzielnia"
],
soleProprietorship: [
"jednoosobowa działalność gospodarcza",
"osoby fizyczne prowadzące działalność gospodarczą"
]
};
export {
PL as default
};