@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) • 817 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] = "84247991-a8e7-4095-906e-f014b55bc27c", e._sentryDebugIdIdentifier = "sentry-dbid-84247991-a8e7-4095-906e-f014b55bc27c");
} catch (e) {}
var IT_default = {
"listedPublicCompany": ["listed società per azioni (S.p.A)"],
"nonProfit": [
"fondazione",
"cooperativa sociale",
"ente ecclesiastico"
],
"privateCompany": [
"unlisted società per azioni (S.p.A)",
"società a responsabilità limitata (S.r.L.)",
"società a responsabilità limitata semplificata (S.r.l.s.)"
]
};
//#endregion
export { IT_default as default };