@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
33 lines (32 loc) • 975 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] = "6a08541b-9503-43f2-94f6-dd2bcb5c5685", e._sentryDebugIdIdentifier = "sentry-dbid-6a08541b-9503-43f2-94f6-dd2bcb5c5685");
} catch (e) {
}
}
;
const AU = {
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)"
]
};
export {
AU as default
};