@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.
21 lines (20 loc) • 905 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] = "9d3cefbc-fc8e-4117-a66a-4a880cf16562", e._sentryDebugIdIdentifier = "sentry-dbid-9d3cefbc-fc8e-4117-a66a-4a880cf16562");
} catch (e) {}
var BR_default = {
"governmentalOrganization": ["empresa pública", "sociedade de economia mista"],
"listedPublicCompany": ["listed sociedade anônima (S.A.)"],
"nonProfit": [
"associação em sentido estrito (sem finalidade lucrativa)",
"fundação privada",
"fundação pública"
],
"privateCompany": [
"sociedade limitada (Ltda.)",
"sociedade simples",
"Empresa Individual de Responsabilidade Limitada (EIRELI)"
]
};
//#endregion
export { BR_default as default };