@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) • 738 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] = "a5d6fb0b-d1c4-400d-bdcf-380e56329dc0", e._sentryDebugIdIdentifier = "sentry-dbid-a5d6fb0b-d1c4-400d-bdcf-380e56329dc0");
} catch (e) {}
var HR_default = {
"associationIncorporated": [
"udruga",
"gospodarsko interesno udruženje",
"udruge više razine"
],
"partnershipIncorporated": ["komanditno društvo (k.d.)", "javno trgovačko društvo (j.t.d.)"],
"partnershipUnincorporated": ["ortakluk"]
};
//#endregion
export { HR_default as default };