@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.
21 lines (20 loc) • 901 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] = "4500e5b2-c68c-4157-940b-f32283e75964", e._sentryDebugIdIdentifier = "sentry-dbid-4500e5b2-c68c-4157-940b-f32283e75964");
} catch (e) {}
var DE_default = {
"associationIncorporated": [
"eingetragener Verein (e.V.)",
"eingetragene Genossenschaft (eG)",
"wirtschaftlicher Verein"
],
"partnershipIncorporated": [
"GmbH & Co. KG",
"Kommanditgesellschaft auf Aktien (KGaA)",
"Kommanditgesellschaft (KG)",
"Offene Handelsgesellschaft (OHG)"
],
"partnershipUnincorporated": ["Partnerschaftsgesellschaft (PartG)", "Gesellschaft bürgerlichen Rechts (GbR)"]
};
//#endregion
export { DE_default as default };