@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) • 877 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] = "da0c9132-eae8-4d73-86ad-df15eff7178d", e._sentryDebugIdIdentifier = "sentry-dbid-da0c9132-eae8-4d73-86ad-df15eff7178d");
} catch (e) {
}
}
;
const US = {
listedPublicCompany: [
"public corporation (Corp.)",
"public incorporation (Inc.)",
"public C-corporation"
],
nonProfit: [
"non-profit corporation",
"unincorporated non-profit association",
"domestic non-profit corporation"
],
privateCompany: [
"limited liability company (LLC)",
"private corporation (Corp.)",
"private incorporation (Inc.)"
]
};
export {
US as default
};