@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
24 lines (23 loc) • 534 B
JavaScript
const AU = {
privateCompany: [
"proprietary limited company (Pty Ltd)",
"unlimited proprietary (Pty)"
],
listedPublicCompany: [
"public company limited by shares",
"public company limited by guarantee",
"no liability company"
],
nonProfit: [
"public benevolent institution (PBI)",
"health promotion charity (HPC)",
"companies limited by guarantee"
],
governmentalOrganization: [
"corporate Commonwealth entity",
"corporate Commonwealth company"
]
};
export {
AU as default
};