@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) • 754 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] = "08724414-0126-4b23-a2ee-3777c5b4cbb4", e._sentryDebugIdIdentifier = "sentry-dbid-08724414-0126-4b23-a2ee-3777c5b4cbb4");
} catch (e) {}
var ES_default = {
"associationIncorporated": ["asociación"],
"partnershipIncorporated": [
"Sociedad en Comandita por Acciones (SCA)",
"Sociedad Comanditaria Simple (SCS)",
"Sociedad Colectiva (SC)"
],
"partnershipUnincorporated": ["Sociedad Civil", "Comunidad de bienes"]
};
//#endregion
export { ES_default as default };