@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
30 lines (29 loc) • 888 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] = "2fc1fac6-a476-42c4-9f8f-3426655626a2", e._sentryDebugIdIdentifier = "sentry-dbid-2fc1fac6-a476-42c4-9f8f-3426655626a2");
} catch (e) {
}
}
;
const BR = {
company: [
"sociedade limitada (Ltda.)",
"sociedade simples",
"associação em sentido estrito (sem finalidade lucrativa)"
],
legalArrangement: [
"sociedade em nome coletivo",
"sociedade em comandita simples",
"associação"
],
soleProprietorship: [
"microempreendedor Individual (MEI)",
"Empresa Individual (EI)",
"sociedade limitada unipessoal (SLU)"
]
};
export {
BR as default
};