@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.
20 lines (19 loc) • 830 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] = "a31080de-1a7a-402f-81e9-920ecbef3ec0", e._sentryDebugIdIdentifier = "sentry-dbid-a31080de-1a7a-402f-81e9-920ecbef3ec0");
} catch (e) {}
var SG_default = {
"listedPublicCompany": [
"public limited company (Ltd)",
"public company limited by guarantee",
"public company limited by shares"
],
"nonProfit": [
"non-profit society",
"charitable trust",
"non-profit company limited by guarantee"
],
"privateCompany": ["private limited company (Pte Ltd)", "exempt private company (EPC)"]
};
//#endregion
export { SG_default as default };