@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) • 712 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] = "1d44ef0d-70e7-4459-a29b-1cf475af00a1", e._sentryDebugIdIdentifier = "sentry-dbid-1d44ef0d-70e7-4459-a29b-1cf475af00a1");
} catch (e) {}
var AU_default = {
"associationIncorporated": ["incorporated association (Inc)"],
"partnershipIncorporated": ["incorporated limited partnership (ILP)"],
"partnershipUnincorporated": ["limited partnership (LP)", "general partnership (GP)"]
};
//#endregion
export { AU_default as default };