@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.
17 lines (16 loc) • 853 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] = "1c58071c-4c3e-4d94-b803-9107b31574a9", e._sentryDebugIdIdentifier = "sentry-dbid-1c58071c-4c3e-4d94-b803-9107b31574a9");
} catch (e) {}
var PT_default = {
"governmentalOrganization": ["empresas públicas"],
"listedPublicCompany": ["listed sociedade anónima (SA)", "sociedade anónima desportiva"],
"nonProfit": ["fundação", "associação"],
"privateCompany": [
"unlisted sociedade anónima (SA)",
"sociedade por quotas (Unipessoal Lda)",
"estabelecimento individual de responsabilidade limitada (EIRL)"
]
};
//#endregion
export { PT_default as default };