@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
25 lines (24 loc) • 734 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] = "7bd508e8-40e2-462e-9f1c-10a5a1d8d8ed", e._sentryDebugIdIdentifier = "sentry-dbid-7bd508e8-40e2-462e-9f1c-10a5a1d8d8ed");
} catch (e) {
}
}
;
const US = {
company: [
"single-member LLC",
"corporation (Corp.)",
"incorporation (Inc.)"
],
legalArrangement: [
"limited liability partnership (LLP)",
"limited liability limited partnership (LLLP)",
"general partnership (GP)"
]
};
export {
US as default
};