@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.
13 lines (12 loc) • 706 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] = "abed4bbb-9fc6-458c-9ad4-fd4b4384ae3f", e._sentryDebugIdIdentifier = "sentry-dbid-abed4bbb-9fc6-458c-9ad4-fd4b4384ae3f");
} catch (e) {}
var SI_default = {
"governmentalOrganization": ["podjetje v državni lasti"],
"listedPublicCompany": ["delniška družba (d.d.)"],
"nonProfit": ["non-profit društvo"],
"privateCompany": ["družba z omejeno odgovornostjo (d.o.o.)"]
};
//#endregion
export { SI_default as default };