@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) • 823 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] = "578e5fbb-0983-46ba-9420-10f8da622481", e._sentryDebugIdIdentifier = "sentry-dbid-578e5fbb-0983-46ba-9420-10f8da622481");
} catch (e) {}
var PT_default = {
"company": [
"unlisted sociedade anónima (SA)",
"sociedade por quotas (Unipessoal Lda)",
"fundação"
],
"legalArrangement": [
"sociedade em nome coletivo (SNC)",
"sociedade em comandita (SC)",
"associação"
],
"soleProprietorship": ["empresário em nome individual (ENI)", "sociedade unipessoal por quotas (Lda)"]
};
//#endregion
export { PT_default as default };