@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) • 946 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] = "d63b8638-cfa3-4cb6-9056-0079275b1c84", e._sentryDebugIdIdentifier = "sentry-dbid-d63b8638-cfa3-4cb6-9056-0079275b1c84");
} catch (e) {
}
}
;
const CH = {
company: [
"Gesellschaft mit beschränkter Haftung (GmbH) / Société à responsabilité limitée (S.r.l.) / Società a garanzia limitata (S.a.g.l)"
],
legalArrangement: [
"Kommanditgesellschaft fuer kollektive Kapitalanlagen / société en commandite de placements collectifs / società in accomandita per investimenti collettivi di capitale"
],
soleProprietorship: [
"Einzelunternehmen / entreprise individuelle / ditta individuale"
]
};
export {
CH as default
};