@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) • 742 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] = "b89b6059-5a53-43aa-82a0-7ab35c1a8b26", e._sentryDebugIdIdentifier = "sentry-dbid-b89b6059-5a53-43aa-82a0-7ab35c1a8b26");
} catch (e) {}
var CA_default = {
"company": [
"corporation (Ltd. / Inc. / Corp.)",
"unlimited company (Co / Corp. / ULC)",
"non-profit corporations"
],
"legalArrangement": [
"limited liability partnership (LLP)",
"limited partnership (LP)",
"general partnership (GP)"
]
};
//#endregion
export { CA_default as default };