@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.
21 lines (20 loc) • 945 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] = "c50826bb-ef73-405d-8054-40b28bdf153a", e._sentryDebugIdIdentifier = "sentry-dbid-c50826bb-ef73-405d-8054-40b28bdf153a");
} catch (e) {}
var AU_default = {
"governmentalOrganization": ["corporate Commonwealth entity", "corporate Commonwealth company"],
"listedPublicCompany": [
"public company limited by shares",
"public company limited by guarantee",
"no liability company"
],
"nonProfit": [
"public benevolent institution (PBI)",
"health promotion charity (HPC)",
"companies limited by guarantee"
],
"privateCompany": ["proprietary limited company (Pty Ltd)", "unlimited proprietary (Pty)"]
};
//#endregion
export { AU_default as default };