@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) • 766 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] = "70c1cf1e-378c-49a5-b5b6-59f050690206", e._sentryDebugIdIdentifier = "sentry-dbid-70c1cf1e-378c-49a5-b5b6-59f050690206");
} catch (e) {}
var PT_default = {
"associationIncorporated": ["associação", "cooperativa"],
"partnershipIncorporated": [
"sociedade em Comandita por Acções (SCA)",
"sociedade em comandita (SC)",
"sociedade em nome coletivo (SNC)"
],
"partnershipUnincorporated": ["associação em participação"]
};
//#endregion
export { PT_default as default };