@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) • 523 B
JavaScript
const GB = {
privateCompany: [
"private limited company (Ltd)",
"limited liability company (LLC)",
"private limited by guarantee"
],
listedPublicCompany: [
"public limited company (PLC)"
],
nonProfit: [
"charitable incorporated organization (CIO)",
"community interest company (CIC)",
"charitable incorporated association (CIO)"
],
governmentalOrganization: [
"public corporations",
"executive agency",
"non-departmental public body"
]
};
export {
GB as default
};