@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.
12 lines (11 loc) • 803 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] = "3047da49-f49c-4566-9e5a-87f1469bf890", e._sentryDebugIdIdentifier = "sentry-dbid-3047da49-f49c-4566-9e5a-87f1469bf890");
} catch (e) {}
var CH_default = {
"listedPublicCompany": ["Aktiengesellschaft (AG) / société anonyme (SA) / società anonima (SA)"],
"nonProfit": ["Stiftung / fondation / fondazione"],
"privateCompany": ["Gesellschaft mit beschränkter Haftung (GmbH) / Société à responsabilité limitée (S.r.l.) / Società a garanzia limitata (S.a.g.l)"]
};
//#endregion
export { CH_default as default };