@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
24 lines (23 loc) • 878 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] = "cb0620a6-0b92-4d56-9dd1-41a9b152ecec", e._sentryDebugIdIdentifier = "sentry-dbid-cb0620a6-0b92-4d56-9dd1-41a9b152ecec");
} catch (e) {
}
}
;
const CH = {
associationIncorporated: [
"Verein / association / associazione"
],
partnershipIncorporated: [
"Kommanditgesellschaft fuer kollektive Kapitalanlagen / société en commandite de placements collectifs / società in accomandita per investimenti collettivi di capitale"
],
partnershipUnincorporated: [
"Einfache Gesellschaft (eG) / société simple / società semplice"
]
};
export {
CH as default
};