@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.
19 lines (18 loc) • 762 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] = "869e5964-9c77-47dc-ac39-9b399b702673", e._sentryDebugIdIdentifier = "sentry-dbid-869e5964-9c77-47dc-ac39-9b399b702673");
} catch (e) {}
var DK_default = {
"associationIncorporated": [
"forening med begrænset ansvar",
"forening med begrænset ansvar (FMBA)",
"andelsselskab med begrænset ansvar (AMBA)"
],
"partnershipIncorporated": [
"partnerselskab (P/S)",
"kommanditselskab (K/S)",
"interessentskab (I/S)"
]
};
//#endregion
export { DK_default as default };