@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.
20 lines (19 loc) • 831 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] = "3c441006-6400-4c91-9804-c310eb396ef6", e._sentryDebugIdIdentifier = "sentry-dbid-3c441006-6400-4c91-9804-c310eb396ef6");
} catch (e) {}
var PL_default = {
"listedPublicCompany": ["spółka akcyjna (S.A.)"],
"nonProfit": [
"fundacja",
"stowarzyszenie i związki stowarzyszeń",
"spółka z ograniczoną odpowiedzialnością"
],
"privateCompany": [
"spółka z ograniczoną odpowiedzialnością (Sp. z.o.o.)",
"prosta spółka akcyjna (PSA)",
"przedsiębiorstwa państwowe (SOE)"
]
};
//#endregion
export { PL_default as default };