@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
21 lines (20 loc) • 440 B
JavaScript
const FR = {
soleProprietorship: [
"entreprise individuelle (EI)",
"profession libérale",
"entrepreneur individuel"
],
company: [
"société à responsabilité limitée (SARL)",
"société par actions simplifiée (SAS)",
"association"
],
legalArrangement: [
"société civile immobilière (SCI)",
"association déclarée",
"société en nom collectif (SNC)"
]
};
export {
FR as default
};