@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) • 817 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] = "c54cbb53-4e7a-4ac3-a9f3-881320621c5e", e._sentryDebugIdIdentifier = "sentry-dbid-c54cbb53-4e7a-4ac3-a9f3-881320621c5e");
} catch (e) {}
var NL_default = {
"governmentalOrganization": ["publiekrechtelijke rechtspersonen op basis van artikel 2:1 lid 1 BW (public legal entities under Dutch public law)"],
"listedPublicCompany": ["listed naamloze venootschap (NV)"],
"nonProfit": ["stichting"],
"privateCompany": ["besloten vennootschap (BV)", "unlisted naamloze venootschap (NV)"]
};
//#endregion
export { NL_default as default };