@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
31 lines (30 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] = "23705b0b-87b7-45f9-81fc-de90c8c6d2c6", e._sentryDebugIdIdentifier = "sentry-dbid-23705b0b-87b7-45f9-81fc-de90c8c6d2c6");
} catch (e) {
}
}
;
const IE = {
governmentalOrganization: [
"publicly-owned company"
],
listedPublicCompany: [
"public limited company (PLC)"
],
nonProfit: [
"company limited by guarantee (CLG)",
"unincorporated association",
"charitable trust"
],
privateCompany: [
"private company limited by shares (Ltd)",
"limited company (Ltd)",
"unlimited company (UC)"
]
};
export {
IE as default
};