@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
29 lines (28 loc) • 842 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] = "5835a9f5-6d60-4764-9f87-56d032165a43", e._sentryDebugIdIdentifier = "sentry-dbid-5835a9f5-6d60-4764-9f87-56d032165a43");
} catch (e) {
}
}
;
const PT = {
company: [
"unlisted sociedade anónima (SA)",
"sociedade por quotas (Unipessoal Lda)",
"fundação"
],
legalArrangement: [
"sociedade em nome coletivo (SNC)",
"sociedade em comandita (SC)",
"associação"
],
soleProprietorship: [
"empresário em nome individual (ENI)",
"sociedade unipessoal por quotas (Lda)"
]
};
export {
PT as default
};