@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
26 lines (25 loc) • 811 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] = "cff28fee-fcd1-44b7-b26d-ca218e596d22", e._sentryDebugIdIdentifier = "sentry-dbid-cff28fee-fcd1-44b7-b26d-ca218e596d22");
} catch (e) {
}
}
;
const HK = {
listedPublicCompany: [
"public limited company (Ltd)"
],
nonProfit: [
"public company limited by guarantee (Ltd)"
],
privateCompany: [
"private company limited by shares (Ltd)",
"public unlimited company with a share capital (Unltd)",
"private unlimited company with a share capital (Unltd)"
]
};
export {
HK as default
};