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) 447 B
const BR = { soleProprietorship: [ "microempreendedor Individual (MEI)", "Empresa Individual (EI)", "sociedade limitada unipessoal (SLU)" ], company: [ "sociedade limitada (Ltda.)", "sociedade simples", "associação em sentido estrito (sem finalidade lucrativa)" ], legalArrangement: [ "sociedade em nome coletivo", "sociedade em comandita simples", "associação" ] }; export { BR as default };