@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
22 lines (21 loc) • 689 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] = "7e511085-2e9a-4cc3-83bb-60695d6a6589", e._sentryDebugIdIdentifier = "sentry-dbid-7e511085-2e9a-4cc3-83bb-60695d6a6589");
} catch (e) {
}
}
;
const RO = {
partnershipIncorporated: [
"societate în comandită pe acţiuni (SCA)"
],
partnershipUnincorporated: [
"societate în comandită simplă (SCS)",
"societate în nume colectiv (SNC)"
]
};
export {
RO as default
};