@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.
13 lines (12 loc) • 678 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] = "a1cffbd7-7c65-4240-ab59-01bb1a33b9ee", e._sentryDebugIdIdentifier = "sentry-dbid-a1cffbd7-7c65-4240-ab59-01bb1a33b9ee");
} catch (e) {}
var SE_default = {
"governmentalOrganization": ["kommuner", "landsting"],
"listedPublicCompany": ["publikt aktiebolag (AB publ)"],
"nonProfit": ["ideell förening"],
"privateCompany": ["aktiebolag (Ab)"]
};
//#endregion
export { SE_default as default };