@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.
17 lines (16 loc) • 805 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] = "dfe73ec6-a204-4c56-a679-8697a628fe0d", e._sentryDebugIdIdentifier = "sentry-dbid-dfe73ec6-a204-4c56-a679-8697a628fe0d");
} catch (e) {}
var CA_default = {
"governmentalOrganization": ["Ontario Crown corporation"],
"listedPublicCompany": ["public corporation"],
"nonProfit": [
"non-profit corporations",
"public non-profit company",
"private non-profit company"
],
"privateCompany": ["corporation (Ltd. / Inc. / Corp.)", "unlimited company (Co / Corp. / ULC)"]
};
//#endregion
export { CA_default as default };