@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) • 843 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] = "31d06553-aaea-4cfc-9f00-41eb061a5e3b", e._sentryDebugIdIdentifier = "sentry-dbid-31d06553-aaea-4cfc-9f00-41eb061a5e3b");
} catch (e) {}
var PL_default = {
"company": [
"spółka z ograniczoną odpowiedzialnością (Sp. z.o.o.)",
"prosta spółka akcyjna (PSA)",
"fundacja"
],
"legalArrangement": [
"spółka partnerska",
"spółka cywilna (S.C.)",
"spółdzielnia"
],
"soleProprietorship": ["jednoosobowa działalność gospodarcza", "osoby fizyczne prowadzące działalność gospodarczą"]
};
//#endregion
export { PL_default as default };