@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) • 988 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] = "590d21a0-8d41-4036-85d6-232b33d2e0d8", e._sentryDebugIdIdentifier = "sentry-dbid-590d21a0-8d41-4036-85d6-232b33d2e0d8");
} catch (e) {}
var CH_default = {
"associationIncorporated": ["Verein / association / associazione"],
"partnershipIncorporated": [
"Kommanditaktiengesellschaft / société en commandite par action (SCmA) / società in accomandita per azioni (SAcA)",
"Kommanditgesellschaft (KG) / société en commandite / società in accomandita",
"Kollektivgesellschaft / société en nom collectif (SNC) / società in nome collettivo"
],
"partnershipUnincorporated": ["Einfache Gesellschaft (eG) / société simple / società semplice"]
};
//#endregion
export { CH_default as default };