@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.
24 lines (23 loc) • 874 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] = "f3e06f22-f098-4a4b-a281-90dce652b061", e._sentryDebugIdIdentifier = "sentry-dbid-f3e06f22-f098-4a4b-a281-90dce652b061");
} catch (e) {}
var BR_default = {
"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)"
]
};
//#endregion
export { BR_default as default };