UNPKG

@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) 423 B
const FR = { privateCompany: [ "société à responsabilité limitée (SARL)", "société par actions simplifiée (SAS)", "entreprise unipersonnelle à responsabilité limitée (EURL)" ], listedPublicCompany: [ "société anonyme (SA)" ], nonProfit: [ "association", "fondation" ], governmentalOrganization: [ "société d'économie mixte (SEM)" ] }; export { FR as default };