@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
29 lines (28 loc) • 804 B
JavaScript
;
{
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "dfbb7d25-19e5-4635-8ada-0a9bf5807c34", e._sentryDebugIdIdentifier = "sentry-dbid-dfbb7d25-19e5-4635-8ada-0a9bf5807c34");
} catch (e) {
}
}
;
const LT = {
governmentalOrganization: [
"valstybės įmonė (VI)"
],
listedPublicCompany: [
"akcinės bendrovės (AB)"
],
nonProfit: [
"viešoji įstaiga (VšĮ)"
],
privateCompany: [
"uždarosios akcinės bendrovės (UAB)",
"private akcinės bendrovės (AB)",
"individuali įmonė (IĮ)"
]
};
export {
LT as default
};