@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) • 794 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] = "452498e1-2aee-4d00-b28d-de0a5e534971", e._sentryDebugIdIdentifier = "sentry-dbid-452498e1-2aee-4d00-b28d-de0a5e534971");
} catch (e) {}
var IT_default = {
"company": [
"unlisted società per azioni (S.p.A)",
"società a responsabilità limitata (S.r.L.)",
"fondazione"
],
"legalArrangement": [
"società in nome collettivo (S.n.c.)",
"società in accomandita semplice (S.a.s.)",
"associazione"
],
"soleProprietorship": ["impresa individuale"]
};
//#endregion
export { IT_default as default };