@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.
16 lines (15 loc) • 777 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] = "a57ee8dd-0061-457a-8758-a3212b7f454b", e._sentryDebugIdIdentifier = "sentry-dbid-a57ee8dd-0061-457a-8758-a3212b7f454b");
} catch (e) {}
var PL_default = {
"associationIncorporated": ["spółdzielnia", "zrzeszenie"],
"partnershipIncorporated": [
"spółka komandytowo-akcyjna (S.K.A)",
"spółka komandytowa (Sp.k.)",
"spółka jawna (s.j.)"
],
"partnershipUnincorporated": ["spółka partnerska (s.p p.)", "spółka cywilna (S.C.)"]
};
//#endregion
export { PL_default as default };