@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.
12 lines (11 loc) • 842 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] = "9d4c31c5-49af-43aa-9de5-61a06597107f", e._sentryDebugIdIdentifier = "sentry-dbid-9d4c31c5-49af-43aa-9de5-61a06597107f");
} catch (e) {}
var BE_default = {
"company": ["besloten vennootschap (BV) / société à responsabilité limitée (SRL)", "vereniging zonder winstoogmerk (VZW) / association sans but lucratif (ASBL)"],
"legalArrangement": ["commanditaire vennootschap op aandelen (Comm.VA) / société en commandite par actions (SCA)"],
"soleProprietorship": ["eenmanszaak / entreprise individuelle"]
};
//#endregion
export { BE_default as default };