@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
17 lines (16 loc) • 781 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] = "d34a5731-06f3-4411-b885-c58d146f230b", e._sentryDebugIdIdentifier = "sentry-dbid-d34a5731-06f3-4411-b885-c58d146f230b");
} catch (e) {}
var LT_default = {
"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Į)"
]
};
//#endregion
export { LT_default as default };