@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.
16 lines (15 loc) • 795 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] = "c88e24f1-fcb5-47d1-bf02-891a9c9c9e15", e._sentryDebugIdIdentifier = "sentry-dbid-c88e24f1-fcb5-47d1-bf02-891a9c9c9e15");
} catch (e) {}
var HK_default = {
"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)"
]
};
//#endregion
export { HK_default as default };