@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.
16 lines (15 loc) • 803 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] = "b13a5a27-662c-4a6e-a578-db450e75e429", e._sentryDebugIdIdentifier = "sentry-dbid-b13a5a27-662c-4a6e-a578-db450e75e429");
} catch (e) {}
var BR_default = {
"associationIncorporated": ["associação", "cooperativas"],
"partnershipIncorporated": [
"sociedade em nome coletivo (SCA)",
"sociedade em comandita simples (SCS)",
"sociedade em comandita por ações (SNC)"
],
"partnershipUnincorporated": ["sociedade em comum", "sociedade em conta de participação"]
};
//#endregion
export { BR_default as default };