@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
33 lines (32 loc) • 964 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] = "547ad5da-c9bf-41d9-9861-dfef80f81600", e._sentryDebugIdIdentifier = "sentry-dbid-547ad5da-c9bf-41d9-9861-dfef80f81600");
} catch (e) {
}
}
;
const GB = {
governmentalOrganization: [
"public corporations",
"executive agency",
"non-departmental public body"
],
listedPublicCompany: [
"public limited company (PLC)"
],
nonProfit: [
"charitable incorporated organization (CIO)",
"community interest company (CIC)",
"charitable incorporated association (CIO)"
],
privateCompany: [
"private limited company (Ltd)",
"limited liability company (LLC)",
"private limited by guarantee"
]
};
export {
GB as default
};