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

15 lines (14 loc) 363 B
const BE = { partnershipIncorporated: [ "commanditaire vennootschap op aandelen (Comm.VA) / société en commandite par actions (SCA)" ], partnershipUnincorporated: [ "maatschap / société simple" ], associationIncorporated: [ "vereniging zonder winstoogmerk (VZW) / association sans but lucratif (ASBL)" ] }; export { BE as default };