@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.
20 lines (19 loc) • 807 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] = "a881b15d-c8b1-4b6c-a999-6b5050c7343a", e._sentryDebugIdIdentifier = "sentry-dbid-a881b15d-c8b1-4b6c-a999-6b5050c7343a");
} catch (e) {}
var AT_default = {
"associationIncorporated": [
"Vereine",
"gemeinnützige Stiftung",
"Privatstiftung"
],
"partnershipIncorporated": [
"offene Gesellschaft (OG)",
"Kommanditgesellschaft (KG)",
"GmbH & Co. KG"
],
"partnershipUnincorporated": ["Gesellschaft des bürgerlichen Rechts (GesbR)", "stille Gesellschaft (stG)"]
};
//#endregion
export { AT_default as default };