@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) • 781 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] = "ded003d3-59fc-4677-89d1-ece157ea690f", e._sentryDebugIdIdentifier = "sentry-dbid-ded003d3-59fc-4677-89d1-ece157ea690f");
} catch (e) {}
var ES_default = {
"company": [
"sociedad limitada unipersonal (SLU)",
"sociedad de responsabilidad limitada (SRL)",
"sociedad cooperativa (S. Coop.)"
],
"legalArrangement": [
"sociedad civil",
"sociedad limitada laboral (SLL)",
"asociación"
],
"soleProprietorship": ["empresario individual"]
};
//#endregion
export { ES_default as default };