@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) • 755 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] = "3113d631-5033-4db3-b869-0d98cad9686b", e._sentryDebugIdIdentifier = "sentry-dbid-3113d631-5033-4db3-b869-0d98cad9686b");
} catch (e) {}
var SE_default = {
"company": [
"aktiebolag (Ab)",
"publikt aktiebolag (AB publ)",
"ideell förening"
],
"legalArrangement": [
"kommanditbolag (KB)",
"ekonomisk förening (Ek. för.)",
"kooperativ hyresrättsförening (KHF)"
],
"soleProprietorship": ["enskild firma"]
};
//#endregion
export { SE_default as default };