@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.
16 lines (15 loc) • 767 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] = "a57b543e-4ae2-44a3-9785-28571d8d6009", e._sentryDebugIdIdentifier = "sentry-dbid-a57b543e-4ae2-44a3-9785-28571d8d6009");
} catch (e) {}
var IT_default = {
"associationIncorporated": ["associazione"],
"partnershipIncorporated": [
"società in accomandita per azioni (S.a.p.a.)",
"società in accomandita semplice (S.a.s.)",
"società in nome collettivo (S.n.c.)"
],
"partnershipUnincorporated": ["Societa' Semplice (S.S.)"]
};
//#endregion
export { IT_default as default };