@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.
19 lines (18 loc) • 726 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] = "5b41d907-38ac-48e5-819a-50974e16efaa", e._sentryDebugIdIdentifier = "sentry-dbid-5b41d907-38ac-48e5-819a-50974e16efaa");
} catch (e) {}
var US_default = {
"company": [
"single-member LLC",
"corporation (Corp.)",
"incorporation (Inc.)"
],
"legalArrangement": [
"limited liability partnership (LLP)",
"limited liability limited partnership (LLLP)",
"general partnership (GP)"
]
};
//#endregion
export { US_default as default };