@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.
17 lines (16 loc) • 775 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] = "68277a8b-062f-49fc-9add-d24f82235599", e._sentryDebugIdIdentifier = "sentry-dbid-68277a8b-062f-49fc-9add-d24f82235599");
} catch (e) {}
var CZ_default = {
"governmentalOrganization": ["státní podnik (s.p)", "státní příspěvková organizace ostatní"],
"listedPublicCompany": ["akciová společnost (a.s.)"],
"nonProfit": [
"nadace",
"ústav",
"nadační fond"
],
"privateCompany": ["spolecnost s rucenim omezenym (s.r.o.)"]
};
//#endregion
export { CZ_default as default };