@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.
11 lines (10 loc) • 652 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] = "3bdf011e-f6e8-4955-aeb5-1ba6bc07f213", e._sentryDebugIdIdentifier = "sentry-dbid-3bdf011e-f6e8-4955-aeb5-1ba6bc07f213");
} catch (e) {}
var SK_default = {
"associationIncorporated": ["spolek", "družstvo (cooperative)"],
"partnershipIncorporated": ["komanditná spoločnos (k.s)", "verejná obchodná spoločnosť"]
};
//#endregion
export { SK_default as default };