@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) • 750 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] = "99f133f7-8863-4d57-8ee3-a5ed12a1e5a1", e._sentryDebugIdIdentifier = "sentry-dbid-99f133f7-8863-4d57-8ee3-a5ed12a1e5a1");
} catch (e) {}
var GB_default = {
"company": [
"private limited company (Ltd)",
"limited liability company (LLC)",
"charitable incorporated organization (CIO)"
],
"legalArrangement": [
"limited liability partnership (LLP)",
"Scottish limited partnership (SLP)",
"co-operative"
]
};
//#endregion
export { GB_default as default };