@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) • 619 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] = "70a527a9-a313-4e76-b4e9-34d4f0a0f7f5", e._sentryDebugIdIdentifier = "sentry-dbid-70a527a9-a313-4e76-b4e9-34d4f0a0f7f5");
} catch (e) {}
var DecisionMakerTypes = {
CONTROLLING_PERSON: "uboThroughControl",
OWNER: "uboThroughOwnership",
SIGNATORY: "signatory",
DIRECTOR: "director"
};
//#endregion
export { DecisionMakerTypes as t };