@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) • 841 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] = "c716ec6e-4f5a-43cb-8221-e799b350ab7f", e._sentryDebugIdIdentifier = "sentry-dbid-c716ec6e-4f5a-43cb-8221-e799b350ab7f");
} catch (e) {}
var RO_default = {
"company": [
"societate cu raspundere limitata (SRL)",
"organizație non-guvernamentală (ONG)",
"societate pe actiuni (SA)"
],
"legalArrangement": [
"societate în comandită pe acţiuni (SCA)",
"societate în comandită simplă (SCS)",
"societate în nume colectiv (SNC)"
],
"soleProprietorship": ["persoana fizicaautorizata (PFA)"]
};
//#endregion
export { RO_default as default };