@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.
12 lines (11 loc) • 691 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] = "19adc221-fe98-462b-aa04-68374373f5df", e._sentryDebugIdIdentifier = "sentry-dbid-19adc221-fe98-462b-aa04-68374373f5df");
} catch (e) {}
var GB_default = {
"associationIncorporated": ["co-operative"],
"partnershipIncorporated": ["limited liability partnership (LLP)"],
"partnershipUnincorporated": ["limited partnership (LP)", "general partnership (GP)"]
};
//#endregion
export { GB_default as default };