@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
21 lines (20 loc) • 840 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] = "5848573e-0ff9-4339-a292-3506dfbbeb59", e._sentryDebugIdIdentifier = "sentry-dbid-5848573e-0ff9-4339-a292-3506dfbbeb59");
} catch (e) {}
var IE_default = {
"governmentalOrganization": ["publicly-owned company"],
"listedPublicCompany": ["public limited company (PLC)"],
"nonProfit": [
"company limited by guarantee (CLG)",
"unincorporated association",
"charitable trust"
],
"privateCompany": [
"private company limited by shares (Ltd)",
"limited company (Ltd)",
"unlimited company (UC)"
]
};
//#endregion
export { IE_default as default };