@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
26 lines (25 loc) • 782 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] = "60e7dbd7-7d12-46b1-a5b6-82215d5ac178", e._sentryDebugIdIdentifier = "sentry-dbid-60e7dbd7-7d12-46b1-a5b6-82215d5ac178");
} catch (e) {
}
}
;
const FR = {
associationIncorporated: [
"association déclarée"
],
partnershipIncorporated: [
"société civile immobilière (SCI)"
],
partnershipUnincorporated: [
"société en nom collectif (SNC)",
"société en commandite simple (SCS)",
"société en participation (SEP)"
]
};
export {
FR as default
};