@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.
20 lines (19 loc) • 725 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] = "3ddd84d4-aed6-4cce-bc86-6acbd1f57a89", e._sentryDebugIdIdentifier = "sentry-dbid-3ddd84d4-aed6-4cce-bc86-6acbd1f57a89");
} catch (e) {}
var NL_default = {
"company": [
"besloten vennootschap (BV)",
"unlisted naamloze venootschap (NV)",
"stichting"
],
"legalArrangement": [
"vereniging",
"vennootschap onder firma (VOF)",
"maatschap"
],
"soleProprietorship": ["eenmanszaak"]
};
//#endregion
export { NL_default as default };