@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.
25 lines (24 loc) • 943 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] = "e8198a48-4d30-488a-95f1-c99bd8e56ff2", e._sentryDebugIdIdentifier = "sentry-dbid-e8198a48-4d30-488a-95f1-c99bd8e56ff2");
} catch (e) {}
var GB_default = {
"governmentalOrganization": [
"public corporations",
"executive agency",
"non-departmental public body"
],
"listedPublicCompany": ["public limited company (PLC)"],
"nonProfit": [
"charitable incorporated organization (CIO)",
"community interest company (CIC)",
"charitable incorporated association (CIO)"
],
"privateCompany": [
"private limited company (Ltd)",
"limited liability company (LLC)",
"private limited by guarantee"
]
};
//#endregion
export { GB_default as default };