@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.
13 lines (12 loc) • 939 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] = "e699a758-e704-4613-90c8-2f2c0496cd56", e._sentryDebugIdIdentifier = "sentry-dbid-e699a758-e704-4613-90c8-2f2c0496cd56");
} catch (e) {}
var BE_default = {
"governmentalOrganization": ["coöperatieve vennootschap met beperkte aansprakelijkheid van publiek recht / société coopérative à responsabilité limitée de droit public"],
"listedPublicCompany": ["naamloze vennootschap (NV) / societé anonyme (SA)"],
"nonProfit": ["vereniging zonder winstoogmerk (VZW) / association sans but lucratif (ASBL)"],
"privateCompany": ["besloten vennootschap (BV) / société à responsabilité limitée (SRL)"]
};
//#endregion
export { BE_default as default };