@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
20 lines (19 loc) • 401 B
JavaScript
const PT = {
soleProprietorship: [
"empresário em nome individual (ENI)",
"sociedade unipessoal por quotas (Lda)"
],
company: [
"unlisted sociedade anónima (SA)",
"sociedade por quotas (Unipessoal Lda)",
"fundação"
],
legalArrangement: [
"sociedade em nome coletivo (SNC)",
"sociedade em comandita (SC)",
"associação"
]
};
export {
PT as default
};