@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.
16 lines (15 loc) • 745 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] = "bf08cbef-bc87-4ce7-ab2b-0b7c0323843c", e._sentryDebugIdIdentifier = "sentry-dbid-bf08cbef-bc87-4ce7-ab2b-0b7c0323843c");
} catch (e) {}
var CZ_default = {
"associationIncorporated": [
"spolek",
"zahraniční spolek",
"pobočný spolek"
],
"partnershipIncorporated": ["společnost komanditní (k.s.)", "veřejná obchodní společnost (v.o.s)"],
"partnershipUnincorporated": ["druzstvo (cooperative)"]
};
//#endregion
export { CZ_default as default };