@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.
12 lines (11 loc) • 647 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] = "135300e1-23ef-40aa-a2e8-e43a2af8691f", e._sentryDebugIdIdentifier = "sentry-dbid-135300e1-23ef-40aa-a2e8-e43a2af8691f");
} catch (e) {}
var UnincorporatedPartnershipMemberTypes = {
SECONDARY_PARTNER: "secondaryPartner",
OWNER: "uboThroughOwnership",
CONTROLLING_PERSON: "uboThroughControl"
};
//#endregion
export { UnincorporatedPartnershipMemberTypes as t };