@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
30 lines (29 loc) • 832 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] = "0c4641ac-2acc-4810-9314-61d52099bb2f", e._sentryDebugIdIdentifier = "sentry-dbid-0c4641ac-2acc-4810-9314-61d52099bb2f");
} catch (e) {
}
}
;
const CA = {
governmentalOrganization: [
"Ontario Crown corporation"
],
listedPublicCompany: [
"public corporation"
],
nonProfit: [
"non-profit corporations",
"public non-profit company",
"private non-profit company"
],
privateCompany: [
"corporation (Ltd. / Inc. / Corp.)",
"unlimited company (Co / Corp. / ULC)"
]
};
export {
CA as default
};